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
commit e9bc35d805
Notes: sideshowbarker 2024-07-17 09:49:48 +09:00
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) \