1
Fork 0
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:
Timothy Flynn 2021-08-24 23:26:44 -04:00 committed by Linus Groh
parent 17bb652775
commit a061d874c9
4 changed files with 61 additions and 0 deletions

View file

@ -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) \