Files
ladybird/Userland/Libraries/LibJS/Runtime/GlobalObject.cpp
Timothy Flynn 5736b53013 LibJS: Add an Iterator constructor and object
The Iterator object cannot be constructed directly but can be subclassed
or created with `Iterator.from` (not implemented here).
2023-06-26 10:39:07 +02:00

33 KiB