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

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
parent 3160540d0e
commit 7f27035342
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) \