diff options
author | Linus Groh <mail@linusgroh.de> | 2021-08-30 20:44:05 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-08-30 22:33:10 +0100 |
commit | e3254bf4c5df98d96d962d21bd553f1d6b5486ec (patch) | |
tree | 0dbd30233703292ca790acc9580c727f9bf5588d /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | f492e98f19c3a70b9204702181d20c46ed90896b (diff) | |
download | serenity-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.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 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) \ |