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:
parent
9802b16298
commit
6c26a02aa8
7 changed files with 129 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue