diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-07-05 16:20:36 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-07-06 16:56:42 +0200 |
commit | 814f13bc2a44a5580b79f8e3dee634cdb115b592 (patch) | |
tree | b03d90c3f74b2a350c1c20ce3d753c774a3f68f7 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | fa005bd276905a4f5dcdad47b4c1a3473ebec8e1 (diff) | |
download | serenity-814f13bc2a44a5580b79f8e3dee634cdb115b592.zip |
LibJS: Implement Intl.Locale.prototype.timeZones property
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 0fb65be1a3..6375ca2b43 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -476,6 +476,7 @@ namespace JS { P(timeStyle) \ P(timeZone) \ P(timeZoneName) \ + P(timeZones) \ P(toDateString) \ P(toExponential) \ P(toFixed) \ |