diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-16 19:30:52 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-16 21:59:13 +0100 |
commit | 9aa1e4b885c22fed0122644f7a5048b017a721c7 (patch) | |
tree | 5a46a883f026adb0db240adf68b229834cc4a79c /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 510f668ae3b648f782e9f967c6dfdc941333721b (diff) | |
download | serenity-9aa1e4b885c22fed0122644f7a5048b017a721c7.zip |
LibJS: Implement Temporal.Duration.prototype.with()
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 30458e462b..485968ccb6 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -362,6 +362,7 @@ namespace JS { P(values) \ P(warn) \ P(weeks) \ + P(with) \ P(writable) \ P(years) |