diff options
author | Luke Wilde <lukew@serenityos.org> | 2021-11-10 00:14:16 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-11-10 12:56:56 +0000 |
commit | dc72d416b259031155fdfad251c4fb53008b8189 (patch) | |
tree | 6d206328b29c8e4d1c5eccc5d52071a220304ee2 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 04253c32545b76f7d368545e7605e4f1c01bdd16 (diff) | |
download | serenity-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.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 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) \ |