mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +00:00
LibJS: Implement Intl.Locale.prototype.timeZones property
This commit is contained in:
parent
fa005bd276
commit
814f13bc2a
Notes:
sideshowbarker
2024-07-17 22:01:16 +09:00
Author: https://github.com/trflynn89
Commit: 814f13bc2a
Pull-request: https://github.com/SerenityOS/serenity/pull/14501
Reviewed-by: https://github.com/linusg ✅
6 changed files with 79 additions and 0 deletions
|
@ -476,6 +476,7 @@ namespace JS {
|
|||
P(timeStyle) \
|
||||
P(timeZone) \
|
||||
P(timeZoneName) \
|
||||
P(timeZones) \
|
||||
P(toDateString) \
|
||||
P(toExponential) \
|
||||
P(toFixed) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue