diff options
author | Linus Groh <mail@linusgroh.de> | 2021-07-08 20:51:57 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-08 23:08:27 +0100 |
commit | 51c581f604e04dd1c5a19b64ec31d5a3cbaf5638 (patch) | |
tree | 9d946c685f7a25183943a1b79731fafba31fe1eb /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 7f0fe352e25a1be7022cf8f8fa1b7525de2540f8 (diff) | |
download | serenity-51c581f604e04dd1c5a19b64ec31d5a3cbaf5638.zip |
LibJS: Implement Temporal.TimeZone.prototype.id
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 a9bb598d96..1abea95c07 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -183,6 +183,7 @@ namespace JS { P(hasOwn) \ P(hasOwnProperty) \ P(hypot) \ + P(id) \ P(ignoreCase) \ P(imul) \ P(includes) \ |