summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-09-06 21:36:54 +0300
committerLinus Groh <mail@linusgroh.de>2021-09-06 22:15:39 +0100
commit4b5aa2102cfae44643180c97d59483cafb57d02b (patch)
treec3e407b4c2d648bfe1ee572ae6721a1386fe04e6 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent470499b2a88b88098f2a1e2252cdada61a236002 (diff)
downloadserenity-4b5aa2102cfae44643180c97d59483cafb57d02b.zip
LibJS: Implement Temporal.Instant.prototype.since
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 ff7a1d11f1..b5faf7e375 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -381,6 +381,7 @@ namespace JS {
P(shift) \
P(sign) \
P(sin) \
+ P(since) \
P(sinh) \
P(size) \
P(slice) \