LibJS: Implement Temporal.Calendar.prototype.dayOfWeek

This commit is contained in:
Idan Horowitz 2021-07-23 17:46:20 +03:00 committed by Linus Groh
commit 339b0a17e8
Notes: sideshowbarker 2024-07-18 08:27:51 +09:00
6 changed files with 57 additions and 0 deletions

View file

@ -106,6 +106,7 @@ namespace JS {
P(create) \
P(dateFromFields) \
P(day) \
P(dayOfWeek) \
P(days) \
P(debug) \
P(decodeURI) \