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

LibJS: Implement Intl.Locale.prototype.calendars property

This commit is contained in:
Timothy Flynn 2022-07-05 12:10:24 -04:00 committed by Linus Groh
parent 028a6b90b1
commit e9bc35d805
6 changed files with 90 additions and 4 deletions

View file

@ -83,6 +83,7 @@ namespace JS {
P(byteOffset) \
P(calendar) \
P(calendarName) \
P(calendars) \
P(call) \
P(callee) \
P(caller) \