Files
ladybird/Userland/Libraries/LibJS/Runtime/IteratorOperations.cpp
Linus Groh 163d776df6 LibJS: Replace iterator hint string argument with an enum
There's no reason at all for this to be a string or to accept arbitrary
values - just because it's displayed as strings in the spec doesn't mean
we have to do the same :^)
2021-06-02 20:52:46 +01:00

3.7 KiB