Files
ladybird/Libraries/LibJS/Runtime/ArrayIterator.cpp
Timothy Flynn 6b4b7a54de LibJS: Revert ArrayIterator and RegExpStringIterator to manual iterators
This is a normative change in the ECMA-262 spec. See:
https://github.com/tc39/ecma262/commit/de62e8d

This did not actually seem to affect our implementation as we were not
using generators here to begin with. So this patch is basically just
adding spec comments.
2025-04-30 07:29:34 -04:00

1.2 KiB