mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
LibJS: Implement Temporal.PlainDate.prototype.monthCode
This commit is contained in:
parent
9d9ba29cae
commit
d9414e465a
5 changed files with 54 additions and 0 deletions
|
@ -36,6 +36,7 @@ Calendar* get_iso8601_calendar(GlobalObject&);
|
|||
Vector<String> calendar_fields(GlobalObject&, Object& calendar, Vector<StringView> const& field_names);
|
||||
double calendar_year(GlobalObject&, Object& calendar, Object& date_like);
|
||||
double calendar_month(GlobalObject&, Object& calendar, Object& date_like);
|
||||
String calendar_month_code(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