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
commit e8dd2eea74
Notes: sideshowbarker 2024-07-18 05:15:31 +09:00
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) \