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

LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields()

This commit is contained in:
Linus Groh 2021-08-16 00:35:05 +01:00
parent c1c12497b5
commit ed9d37bd40
10 changed files with 223 additions and 14 deletions

View file

@ -420,6 +420,7 @@ namespace JS {
P(withPlainDate) \
P(writable) \
P(year) \
P(yearMonthFromFields) \
P(years) \
P(zonedDateTime) \
P(zonedDateTimeISO)