diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-07-23 18:36:34 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-23 22:00:23 +0100 |
commit | 69c8b8e8bd48830015c29671909d3a77e9edc4de (patch) | |
tree | a674316489393589630e1ea79305ddc829974a42 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 2150f5b37411013b39fea9d60a64eee66343fe82 (diff) | |
download | serenity-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.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 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) \ |