diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-07 17:42:21 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-07 19:00:42 +0100 |
commit | 3a39ff8f40d39305ce761a52adb155c1b3128501 (patch) | |
tree | b52881c9ec00238b5aa88c9ce1f08df594ed944a /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 47fb4286c7247af3faa354ceba97ac46d8bd854f (diff) | |
download | serenity-3a39ff8f40d39305ce761a52adb155c1b3128501.zip |
LibJS: Implement Temporal.now.instant()
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 8f0a484f6a..0f28adb88d 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -190,6 +190,7 @@ namespace JS { P(indexOf) \ P(info) \ P(input) \ + P(instant) \ P(is) \ P(isArray) \ P(isExtensible) \ |