mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
LibJS: Implement Intl.DisplayNames.prototype.resolvedOptions
This commit is contained in:
parent
17bb652775
commit
a061d874c9
4 changed files with 61 additions and 0 deletions
|
@ -263,6 +263,7 @@ namespace JS {
|
|||
P(length) \
|
||||
P(link) \
|
||||
P(load) \
|
||||
P(locale) \
|
||||
P(localeCompare) \
|
||||
P(localeMatcher) \
|
||||
P(log) \
|
||||
|
@ -323,6 +324,7 @@ namespace JS {
|
|||
P(reject) \
|
||||
P(repeat) \
|
||||
P(resolve) \
|
||||
P(resolvedOptions) \
|
||||
P(reverse) \
|
||||
P(revocable) \
|
||||
P(revoke) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue