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