summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-09-02 19:03:41 -0400
committerLinus Groh <mail@linusgroh.de>2021-09-04 13:51:40 +0100
commit0b1f5118d568e3c7a326ea0f0e8c29edc90e13a0 (patch)
treed16ff3d7c849b2b9a33d44eb0124900a3defdbdc /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent03d7f01e0ccfde1c37385c58097337de4c9df2ab (diff)
downloadserenity-0b1f5118d568e3c7a326ea0f0e8c29edc90e13a0.zip
LibJS: Implement Intl.Locale.prototype.maximize
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 636b704e88..fe3a28a4b4 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -281,6 +281,7 @@ namespace JS {
P(log10) \
P(map) \
P(max) \
+ P(maximize) \
P(mergeFields) \
P(message) \
P(microsecond) \