mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibJS: Implement Temporal.Calendar.prototype.daysInYear
This commit is contained in:
parent
3160540d0e
commit
7f27035342
Notes:
sideshowbarker
2024-07-18 08:26:57 +09:00
Author: https://github.com/IdanHo
Commit: 7f27035342
Pull-request: https://github.com/SerenityOS/serenity/pull/8961
Reviewed-by: https://github.com/linusg ✅
4 changed files with 41 additions and 0 deletions
|
@ -111,6 +111,7 @@ namespace JS {
|
|||
P(days) \
|
||||
P(daysInMonth) \
|
||||
P(daysInWeek) \
|
||||
P(daysInYear) \
|
||||
P(debug) \
|
||||
P(decodeURI) \
|
||||
P(decodeURIComponent) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue