mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
LibJS: Implement Temporal.Calendar.prototype.year
This commit is contained in:
parent
9fa8f19a0f
commit
3895a8354d
5 changed files with 59 additions and 1 deletions
|
@ -44,5 +44,6 @@ i32 iso_days_in_month(i32 year, i32 month);
|
|||
String build_iso_month_code(i32 month);
|
||||
double resolve_iso_month(GlobalObject&, Object& fields);
|
||||
Optional<TemporalDate> iso_date_from_fields(GlobalObject&, Object& fields, Object& options);
|
||||
i32 iso_year(Object& temporal_object);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue