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

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

This commit is contained in:
Linus Groh 2021-08-16 18:04:58 +01:00
parent 68d07320cf
commit 31f65b8c50
7 changed files with 184 additions and 0 deletions

View file

@ -276,6 +276,7 @@ namespace JS {
P(minutes) \
P(month) \
P(monthCode) \
P(monthDayFromFields) \
P(months) \
P(monthsInYear) \
P(multiline) \