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

LibJS: Implement the Intl.Collator constructor

This commit is contained in:
Timothy Flynn 2022-01-29 11:31:39 -05:00 committed by Linus Groh
parent 1607a05d4c
commit 06a6100b12
3 changed files with 223 additions and 1 deletions

View file

@ -258,6 +258,7 @@ namespace JS {
P(hypot) \
P(id) \
P(ignoreCase) \
P(ignorePunctuation) \
P(imul) \
P(importValue) \
P(includes) \
@ -387,6 +388,7 @@ namespace JS {
P(seal) \
P(second) \
P(seconds) \
P(sensitivity) \
P(set) \
P(setBigInt64) \
P(setBigUint64) \
@ -498,6 +500,7 @@ namespace JS {
P(until) \
P(unregister) \
P(unshift) \
P(usage) \
P(useGrouping) \
P(value) \
P(valueOf) \