1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:47:35 +00:00

LibJS: Start implementing Intl Segment Iterator objects

This commit is contained in:
Idan Horowitz 2022-01-30 02:18:47 +02:00 committed by Linus Groh
parent 9802b16298
commit 6c26a02aa8
7 changed files with 129 additions and 0 deletions

View file

@ -94,6 +94,7 @@
__JS_ENUMERATE(Iterator, iterator) \
__JS_ENUMERATE(ArrayIterator, array_iterator) \
__JS_ENUMERATE(AsyncIterator, async_iterator) \
__JS_ENUMERATE(Intl::SegmentIterator, intl_segment_iterator) \
__JS_ENUMERATE(MapIterator, map_iterator) \
__JS_ENUMERATE(RegExpStringIterator, regexp_string_iterator) \
__JS_ENUMERATE(SetIterator, set_iterator) \