mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
LibJS: Implement Temporal.Now.zonedDateTimeISO()
This commit is contained in:
parent
36c79c2989
commit
a06bd451d4
Notes:
sideshowbarker
2024-07-18 07:37:45 +09:00
Author: https://github.com/linusg
Commit: a06bd451d4
Pull-request: https://github.com/SerenityOS/serenity/pull/9160
Reviewed-by: https://github.com/IdanHo ✅
4 changed files with 35 additions and 1 deletions
|
@ -414,7 +414,8 @@ namespace JS {
|
|||
P(writable) \
|
||||
P(year) \
|
||||
P(years) \
|
||||
P(zonedDateTime)
|
||||
P(zonedDateTime) \
|
||||
P(zonedDateTimeISO)
|
||||
|
||||
struct CommonPropertyNames {
|
||||
PropertyName and_ { "and", PropertyName::StringMayBeNumber::No };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue