mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 00:09:44 +00:00
LibJS: Start implementing Intl Segment Iterator objects
This commit is contained in:
parent
9802b16298
commit
6c26a02aa8
Notes:
sideshowbarker
2024-07-17 19:58:22 +09:00
Author: https://github.com/IdanHo
Commit: 6c26a02aa8
Pull-request: https://github.com/SerenityOS/serenity/pull/12211
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/trflynn89 ✅
7 changed files with 129 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
#include <LibJS/Runtime/Intl/PluralRulesPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/RelativeTimeFormatConstructor.h>
|
||||
#include <LibJS/Runtime/Intl/RelativeTimeFormatPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/SegmentIteratorPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/SegmenterConstructor.h>
|
||||
#include <LibJS/Runtime/Intl/SegmenterPrototype.h>
|
||||
#include <LibJS/Runtime/Intl/SegmentsPrototype.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue