1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

LibJS: Add Temporal.Calendar.prototype.dateFromFields & required AOs

This is required for implementing the DateFromFields PlainDate AO.
This commit is contained in:
Idan Horowitz 2021-07-21 22:17:40 +03:00 committed by Linus Groh
parent 7a33a5c9b5
commit 1e471e2e2f
11 changed files with 350 additions and 1 deletions

View file

@ -104,6 +104,8 @@ namespace JS {
P(count) \
P(countReset) \
P(create) \
P(dateFromFields) \
P(day) \
P(days) \
P(debug) \
P(decodeURI) \
@ -244,6 +246,8 @@ namespace JS {
P(milliseconds) \
P(min) \
P(minutes) \
P(month) \
P(monthCode) \
P(months) \
P(multiline) \
P(name) \
@ -367,6 +371,7 @@ namespace JS {
P(weeks) \
P(with) \
P(writable) \
P(year) \
P(years)
struct CommonPropertyNames {