summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-07-23 18:36:34 +0300
committerLinus Groh <mail@linusgroh.de>2021-07-23 22:00:23 +0100
commit69c8b8e8bd48830015c29671909d3a77e9edc4de (patch)
treea674316489393589630e1ea79305ddc829974a42 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent2150f5b37411013b39fea9d60a64eee66343fe82 (diff)
downloadserenity-69c8b8e8bd48830015c29671909d3a77e9edc4de.zip
LibJS: Implement Temporal.Calendar.prototype.daysInMonth
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 1eacba8b9d..9146bf4c06 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -109,6 +109,7 @@ namespace JS {
P(dayOfWeek) \
P(dayOfYear) \
P(days) \
+ P(daysInMonth) \
P(daysInWeek) \
P(debug) \
P(decodeURI) \