LibJS: Implement Temporal.Now.zonedDateTimeISO()

This commit is contained in:
Linus Groh 2021-08-01 18:36:15 +01:00
commit a06bd451d4
Notes: sideshowbarker 2024-07-18 07:37:45 +09:00
4 changed files with 35 additions and 1 deletions

View file

@ -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 };