summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-07-11 21:18:48 +0300
committerLinus Groh <mail@linusgroh.de>2021-07-12 19:05:17 +0100
commit33cf6274e87ac7fcc4eadd07cc453694b98bd8e8 (patch)
tree54272e6c374b2d6d62d741c425379e9723618f49 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parentb816037739e323f331f43c33a8eb808cd933c465 (diff)
downloadserenity-33cf6274e87ac7fcc4eadd07cc453694b98bd8e8.zip
LibJS: Add Temporal.Instant.compare()
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 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) \