diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-07-11 21:18:48 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-12 19:05:17 +0100 |
commit | 33cf6274e87ac7fcc4eadd07cc453694b98bd8e8 (patch) | |
tree | 54272e6c374b2d6d62d741c425379e9723618f49 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | b816037739e323f331f43c33a8eb808cd933c465 (diff) | |
download | serenity-33cf6274e87ac7fcc4eadd07cc453694b98bd8e8.zip |
LibJS: Add Temporal.Instant.compare()
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 fc712db5e4..5e664423dc 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -92,6 +92,7 @@ namespace JS { P(console) \ P(construct) \ P(constructor) \ + P(compare) \ P(copyWithin) \ P(cos) \ P(cosh) \ |