Files
ladybird/Libraries/LibJS/Runtime/IteratorOperations.cpp
Andreas Kling d85eed585c LibJS: get_iterator_values() should pass Value to callback (not Value&)
Value& implies that the callback is expected/able to modify the value,
which is not the case.
2020-09-08 14:15:13 +02:00

4.5 KiB