diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-23 00:39:18 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-23 08:18:11 +0100 |
commit | 18fd0d401171634f87cf9d3b45d60a59d251f7a9 (patch) | |
tree | cc91a66eea6a75126453f9604b31f86cbf7c885a /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 61b278085345c7cc667069a5d3284fce3d1b48bb (diff) | |
download | serenity-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.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 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) \ |