mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" options
Intl.DisplayNames v2 adds "calendar" and "dateTimeField" types, as well as a "languageDisplay" option for the "language" type. This just adds these options to the constructor.
This commit is contained in:
parent
853ccab9af
commit
71f7e67a20
6 changed files with 102 additions and 14 deletions
|
@ -294,6 +294,7 @@ namespace JS {
|
|||
P(keyFor) \
|
||||
P(keys) \
|
||||
P(language) \
|
||||
P(languageDisplay) \
|
||||
P(largestUnit) \
|
||||
P(lastIndex) \
|
||||
P(lastIndexOf) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue