diff options
author | Linus Groh <mail@linusgroh.de> | 2021-10-30 10:26:42 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-30 16:32:20 +0200 |
commit | e9cbeeac457b9684c31f0b35e7fcd424bf1e8c30 (patch) | |
tree | 81e3d5537766bf6215f6a8a2ede7d7549725035a /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 5fde02184d20649a7da1ba0c8792927328037a0d (diff) | |
download | serenity-e9cbeeac457b9684c31f0b35e7fcd424bf1e8c30.zip |
LibJS: Implement Temporal.TimeZone.prototype.getNextTransition()
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 f59917044a..ee32feb079 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -205,6 +205,7 @@ namespace JS { P(getMilliseconds) \ P(getMinutes) \ P(getMonth) \ + P(getNextTransition) \ P(getOffsetNanosecondsFor) \ P(getOffsetStringFor) \ P(getOwnPropertyDescriptor) \ |