mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibJS: Implement Temporal.Calendar.prototype.monthCode
This commit is contained in:
parent
a0af9b11fb
commit
9d9ba29cae
5 changed files with 56 additions and 0 deletions
|
@ -48,5 +48,6 @@ 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);
|
||||
String iso_month_code(Object& temporal_object);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue