LibJS: Implement Temporal.Calendar.prototype.monthsInYear

This commit is contained in:
Idan Horowitz 2021-07-23 18:52:55 +03:00 committed by Linus Groh
commit 342172da37
Notes: sideshowbarker 2024-07-18 08:26:50 +09:00
4 changed files with 41 additions and 0 deletions

View file

@ -265,6 +265,7 @@ namespace JS {
P(month) \
P(monthCode) \
P(months) \
P(monthsInYear) \
P(multiline) \
P(name) \
P(nanoseconds) \