mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:47:35 +00:00
LibJS: Implement the Intl CreateSegmentDataObject AO
This commit is contained in:
parent
cea6c81c77
commit
96af50bbba
3 changed files with 51 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue