LibJS: Implement Temporal.Calendar.prototype.daysInYear

This commit is contained in:
Idan Horowitz 2021-07-23 18:46:49 +03:00 committed by Linus Groh
commit 7f27035342
Notes: sideshowbarker 2024-07-18 08:26:57 +09:00
4 changed files with 41 additions and 0 deletions

View file

@ -111,6 +111,7 @@ namespace JS {
P(days) \
P(daysInMonth) \
P(daysInWeek) \
P(daysInYear) \
P(debug) \
P(decodeURI) \
P(decodeURIComponent) \