summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-07-23 00:39:18 +0100
committerLinus Groh <mail@linusgroh.de>2021-07-23 08:18:11 +0100
commit18fd0d401171634f87cf9d3b45d60a59d251f7a9 (patch)
treecc91a66eea6a75126453f9604b31f86cbf7c885a /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent61b278085345c7cc667069a5d3284fce3d1b48bb (diff)
downloadserenity-18fd0d401171634f87cf9d3b45d60a59d251f7a9.zip
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainDate()
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 7bf829fd98..efc86cb2ae 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -348,6 +348,7 @@ namespace JS {
P(toLocaleString) \
P(toLocaleTimeString) \
P(toLowerCase) \
+ P(toPlainDate) \
P(toString) \
P(toTemporalInstant) \
P(toTimeString) \