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

LibJS: Implement Temporal.Calendar.prototype.daysInWeek

This commit is contained in:
Idan Horowitz 2021-07-23 18:27:47 +03:00 committed by Linus Groh
parent 2cf582436f
commit 623df361e6
4 changed files with 36 additions and 0 deletions

View file

@ -109,6 +109,7 @@ namespace JS {
P(dayOfWeek) \
P(dayOfYear) \
P(days) \
P(daysInWeek) \
P(debug) \
P(decodeURI) \
P(decodeURIComponent) \