diff options
author | Linus Groh <mail@linusgroh.de> | 2021-08-16 18:04:58 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-08-16 20:40:21 +0100 |
commit | 31f65b8c500aa92a082653deb74fbfa11637a696 (patch) | |
tree | 033d11fc4b9863c1f86ed6a83ea03f687ba12af1 /Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h | |
parent | 68d07320cf0df9603fba26e1c19e533d29772bd2 (diff) | |
download | serenity-31f65b8c500aa92a082653deb74fbfa11637a696.zip |
LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields()
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 c7a8995fc9..017e35cc81 100644 --- a/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h +++ b/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h @@ -276,6 +276,7 @@ namespace JS { P(minutes) \ P(month) \ P(monthCode) \ + P(monthDayFromFields) \ P(months) \ P(monthsInYear) \ P(multiline) \ |