diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-15 23:57:07 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-16 01:07:01 +0100 |
commit | 04e2d215a1aec0aeecd9a1b43265d96deb18bf7f (patch) | |
tree | 43c4ce825c7d08640c21263dc2fe68c102cd412a /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | db22f8605586fa65ce3f7b1d0de75dd6e0c729bb (diff) | |
download | serenity-04e2d215a1aec0aeecd9a1b43265d96deb18bf7f.zip |
LibJS: Implement Temporal.Duration.prototype.microseconds
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 a341e61499..4a8f7bf19e 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -237,6 +237,7 @@ namespace JS { P(map) \ P(max) \ P(message) \ + P(microseconds) \ P(milliseconds) \ P(min) \ P(minutes) \ |