LibJS: Add StringIterator

This commit is contained in:
Matthew Olsson 2020-07-11 20:23:01 -07:00 committed by Andreas Kling
commit c831fb17bf
Notes: sideshowbarker 2024-07-19 04:51:49 +09:00
13 changed files with 252 additions and 3 deletions

View file

@ -69,7 +69,8 @@
#define JS_ENUMERATE_ITERATOR_PROTOTYPES \
__JS_ENUMERATE(Iterator, iterator) \
__JS_ENUMERATE(ArrayIterator, array_iterator)
__JS_ENUMERATE(ArrayIterator, array_iterator) \
__JS_ENUMERATE(StringIterator, string_iterator)
#define JS_ENUMERATE_BUILTIN_TYPES \
JS_ENUMERATE_NATIVE_OBJECTS \