mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
LibJS: Implement Temporal.Calendar.prototype.month
This commit is contained in:
parent
8434ca6c4b
commit
3bec18432a
5 changed files with 60 additions and 0 deletions
|
@ -46,5 +46,6 @@ 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);
|
||||
u8 iso_month(Object& temporal_object);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue