diff options
author | Linus Groh <mail@linusgroh.de> | 2021-08-05 21:48:23 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-08-05 23:15:27 +0100 |
commit | 96a0c201d591e080d9214c8585902dedd3639621 (patch) | |
tree | d4ff5700fac053dfba7c5248e4ceecef48af1509 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 20300bd7c415c1865530bad990645364f7144da4 (diff) | |
download | serenity-96a0c201d591e080d9214c8585902dedd3639621.zip |
LibJS: Implement Temporal.ZonedDateTime.prototype.toInstant()
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 5157dd0957..649c19a181 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -376,6 +376,7 @@ namespace JS { P(toDateString) \ P(toFixed) \ P(toGMTString) \ + P(toInstant) \ P(toISOString) \ P(toJSON) \ P(toLocaleDateString) \ |