summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-07-31 01:39:36 +0300
committerLinus Groh <mail@linusgroh.de>2021-07-31 00:16:41 +0100
commit010761aff4407189cac61ae2c56b704756dfda54 (patch)
tree7d6b797ca7c683606b8533625e275c641e701843 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentf657c86d588933f6ec82fda28178303011353992 (diff)
downloadserenity-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.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 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)