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

LibJS: Implement the Intl.DisplayNames constructor

There is notably FIXME notations in this commit regarding Unicode locale
extensions. We are not parsing extensions (or private use extensions) at
all yet.
This commit is contained in:
Timothy Flynn 2021-08-24 22:58:45 -04:00 committed by Linus Groh
parent 1c2ac69e3c
commit e8dd2eea74
7 changed files with 538 additions and 0 deletions

View file

@ -144,6 +144,7 @@ namespace JS {
P(exec) \
P(exp) \
P(expm1) \
P(fallback) \
P(fields) \
P(fill) \
P(filter) \
@ -262,6 +263,7 @@ namespace JS {
P(link) \
P(load) \
P(localeCompare) \
P(localeMatcher) \
P(log) \
P(log1p) \
P(log2) \
@ -376,6 +378,7 @@ namespace JS {
P(store) \
P(strike) \
P(stringify) \
P(style) \
P(sub) \
P(subarray) \
P(substr) \
@ -416,6 +419,7 @@ namespace JS {
P(trimRight) \
P(trimStart) \
P(trunc) \
P(type) \
P(undefined) \
P(unescape) \
P(unicode) \