summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2021-09-06 21:28:06 +0300
committerLinus Groh <mail@linusgroh.de>2021-09-06 22:15:39 +0100
commit470499b2a88b88098f2a1e2252cdada61a236002 (patch)
treedae185a22831b1dad728005c82307bee77fc5cd5 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
parent24b78fff7db473de34473fa980687c5535533d8c (diff)
downloadserenity-470499b2a88b88098f2a1e2252cdada61a236002.zip
LibJS: Implement Temporal.Instant.prototype.until
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 6edf4c61bd..ff7a1d11f1 100644
--- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
+++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
@@ -443,6 +443,7 @@ namespace JS {
P(undefined) \
P(unescape) \
P(unicode) \
+ P(until) \
P(unregister) \
P(unshift) \
P(value) \