1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:37:35 +00:00

LibJS: Implement Intl.PluralRules.prototype.resolvedOptions

This commit is contained in:
Timothy Flynn 2022-01-28 13:42:20 -05:00 committed by Linus Groh
parent 8b3f49ff84
commit 74939eb943
4 changed files with 134 additions and 0 deletions

View file

@ -357,6 +357,7 @@ namespace JS {
P(plainDateTimeISO) \
P(plainTime) \
P(plainTimeISO) \
P(pluralCategories) \
P(pop) \
P(pow) \
P(preventExtensions) \