mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibJS: Implement Temporal.PlainDate.prototype.monthsInYear
This commit is contained in:
parent
342172da37
commit
dd15fc471c
Notes:
sideshowbarker
2024-07-18 08:26:46 +09:00
Author: https://github.com/IdanHo
Commit: dd15fc471c
Pull-request: https://github.com/SerenityOS/serenity/pull/8961
Reviewed-by: https://github.com/linusg ✅
5 changed files with 43 additions and 0 deletions
|
@ -44,6 +44,7 @@ Value calendar_week_of_year(GlobalObject&, Object& calendar, Object& date_like);
|
|||
Value calendar_days_in_week(GlobalObject&, Object& calendar, Object& date_like);
|
||||
Value calendar_days_in_month(GlobalObject&, Object& calendar, Object& date_like);
|
||||
Value calendar_days_in_year(GlobalObject&, Object& calendar, Object& date_like);
|
||||
Value calendar_months_in_year(GlobalObject&, Object& calendar, Object& date_like);
|
||||
Object* to_temporal_calendar(GlobalObject&, Value);
|
||||
Object* to_temporal_calendar_with_iso_default(GlobalObject&, Value);
|
||||
Object* get_temporal_calendar_with_iso_default(GlobalObject&, Object&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue