summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-08-30 20:44:05 +0100
committerLinus Groh <mail@linusgroh.de>2021-08-30 22:33:10 +0100
commite3254bf4c5df98d96d962d21bd553f1d6b5486ec (patch)
tree0dbd30233703292ca790acc9580c727f9bf5588d /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentf492e98f19c3a70b9204702181d20c46ed90896b (diff)
downloadserenity-e3254bf4c5df98d96d962d21bd553f1d6b5486ec.zip
LibJS: Implement Temporal.Calendar.prototype.dateAdd()
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 745052bfdb..d2010126e4 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -107,6 +107,7 @@ namespace JS {
P(count) \
P(countReset) \
P(create) \
+ P(dateAdd) \
P(dateFromFields) \
P(day) \
P(dayOfWeek) \