diff options
author | Luke Wilde <lukew@serenityos.org> | 2021-11-05 01:35:23 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-11-05 09:49:47 +0100 |
commit | 58bb73b60f79b7ece8a87bb18a79224da8e16df9 (patch) | |
tree | bddae58d691c84779a672d7b1ee800daba5cf076 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | d5f2745a199051f932e6c2bd71caa4b27bc74987 (diff) | |
download | serenity-58bb73b60f79b7ece8a87bb18a79224da8e16df9.zip |
LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZone
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h index e7e8e95bac..6475163e0f 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -487,6 +487,7 @@ namespace JS { P(withCalendar) \ P(withPlainDate) \ P(withPlainTime) \ + P(withTimeZone) \ P(writable) \ P(year) \ P(yearMonthFromFields) \ |