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

LibJS: Implement the Intl CreateSegmentDataObject AO

This commit is contained in:
Idan Horowitz 2022-01-30 20:50:23 +02:00
parent cea6c81c77
commit 96af50bbba
3 changed files with 51 additions and 0 deletions

View file

@ -36,6 +36,7 @@ private:
SegmenterGranularity m_segmenter_granularity { SegmenterGranularity::Grapheme }; // [[SegmenterGranularity]]
};
Object* create_segment_data_object(GlobalObject&, Segmenter const&, Utf16View const&, double start_index, double end_index);
enum class Direction {
Before,
After,