summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorLuke Wilde <lukew@serenityos.org>2021-11-05 01:35:23 +0000
committerLinus Groh <mail@linusgroh.de>2021-11-05 09:49:47 +0100
commit58bb73b60f79b7ece8a87bb18a79224da8e16df9 (patch)
treebddae58d691c84779a672d7b1ee800daba5cf076 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentd5f2745a199051f932e6c2bd71caa4b27bc74987 (diff)
downloadserenity-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.h1
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) \