mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 13:19:02 +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:
parent
1c2ac69e3c
commit
e8dd2eea74
Notes:
sideshowbarker
2024-07-18 05:15:31 +09:00
Author: https://github.com/trflynn89
Commit: e8dd2eea74
Pull-request: https://github.com/SerenityOS/serenity/pull/9599
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/davidot
Reviewed-by: https://github.com/linusg ✅
7 changed files with 538 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue