mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibJS: Implement the Intl.Collator constructor
This commit is contained in:
parent
1607a05d4c
commit
06a6100b12
3 changed files with 223 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue