mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibJS: Implement Temporal.PlainDate.prototype.dayOfYear
This commit is contained in:
parent
c0e7761758
commit
d561535ac9
Notes:
sideshowbarker
2024-07-18 08:27:40 +09:00
Author: https://github.com/IdanHo
Commit: d561535ac9
Pull-request: https://github.com/SerenityOS/serenity/pull/8961
Reviewed-by: https://github.com/linusg ✅
5 changed files with 43 additions and 0 deletions
|
@ -39,6 +39,7 @@ double calendar_month(GlobalObject&, Object& calendar, Object& date_like);
|
|||
String calendar_month_code(GlobalObject&, Object& calendar, Object& date_like);
|
||||
double calendar_day(GlobalObject&, Object& calendar, Object& date_like);
|
||||
Value calendar_day_of_week(GlobalObject&, Object& calendar, Object& date_like);
|
||||
Value calendar_day_of_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