mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibJS: Implement Intl.Locale.prototype.calendars property
This commit is contained in:
parent
028a6b90b1
commit
e9bc35d805
Notes:
sideshowbarker
2024-07-17 09:49:48 +09:00
Author: https://github.com/trflynn89
Commit: e9bc35d805
Pull-request: https://github.com/SerenityOS/serenity/pull/14501
Reviewed-by: https://github.com/linusg ✅
6 changed files with 90 additions and 4 deletions
|
@ -83,6 +83,7 @@ namespace JS {
|
|||
P(byteOffset) \
|
||||
P(calendar) \
|
||||
P(calendarName) \
|
||||
P(calendars) \
|
||||
P(call) \
|
||||
P(callee) \
|
||||
P(caller) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue