1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +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

@ -291,6 +291,7 @@ namespace JS {
P(isoNanosecond) \
P(isoSecond) \
P(isoYear) \
P(isWordLike) \
P(italics) \
P(join) \
P(keyFor) \