summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorLuke Wilde <lukew@serenityos.org>2021-11-10 00:14:16 +0000
committerLinus Groh <mail@linusgroh.de>2021-11-10 12:56:56 +0000
commitdc72d416b259031155fdfad251c4fb53008b8189 (patch)
tree6d206328b29c8e4d1c5eccc5d52071a220304ee2 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent04253c32545b76f7d368545e7605e4f1c01bdd16 (diff)
downloadserenity-dc72d416b259031155fdfad251c4fb53008b8189.zip
LibJS: Implement the required AOs for ZonedDateTime stringifiers
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 6475163e0f..50e0f2800b 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -436,6 +436,7 @@ namespace JS {
P(test) \
P(then) \
P(timeZone) \
+ P(timeZoneName) \
P(toDateString) \
P(toFixed) \
P(toGMTString) \