diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-07-31 01:39:36 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-31 00:16:41 +0100 |
commit | 010761aff4407189cac61ae2c56b704756dfda54 (patch) | |
tree | 7d6b797ca7c683606b8533625e275c641e701843 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | f657c86d588933f6ec82fda28178303011353992 (diff) | |
download | serenity-010761aff4407189cac61ae2c56b704756dfda54.zip |
LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDate
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 1420fa56ca..93c6df3e0b 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -407,6 +407,7 @@ namespace JS { P(weeks) \ P(with) \ P(withCalendar) \ + P(withPlainDate) \ P(writable) \ P(year) \ P(years) |