LibJS: Implement Temporal.Calendar.prototype.inLeapYear

This commit is contained in:
Idan Horowitz 2021-07-23 19:03:19 +03:00 committed by Linus Groh
commit c9ae7e1af1
Notes: sideshowbarker 2024-07-18 08:26:43 +09:00
4 changed files with 43 additions and 0 deletions

View file

@ -219,6 +219,7 @@ namespace JS {
P(indexOf) \
P(indices) \
P(info) \
P(inLeapYear) \
P(input) \
P(instant) \
P(is) \