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