diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-09-06 21:28:06 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-09-06 22:15:39 +0100 |
commit | 470499b2a88b88098f2a1e2252cdada61a236002 (patch) | |
tree | dae185a22831b1dad728005c82307bee77fc5cd5 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 24b78fff7db473de34473fa980687c5535533d8c (diff) | |
download | serenity-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.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 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) \ |