1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:17:36 +00:00

LibJS: Implement Intl.Locale.prototype.numberingSystems property

This commit is contained in:
Timothy Flynn 2022-07-05 14:19:23 -04:00 committed by Linus Groh
parent ee2be5895f
commit f6aa6a480c
6 changed files with 61 additions and 1 deletions

View file

@ -355,6 +355,7 @@ namespace JS {
P(notation) \
P(now) \
P(numberingSystem) \
P(numberingSystems) \
P(numeric) \
P(of) \
P(offset) \