mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:17:45 +00:00
LibJS: Implement Temporal.PlainMonthDay.prototype.toString()
This commit is contained in:
parent
c1c8d7861c
commit
ea44f33d5b
5 changed files with 101 additions and 0 deletions
|
@ -40,5 +40,6 @@ struct ISOMonthDay {
|
|||
};
|
||||
|
||||
PlainMonthDay* create_temporal_month_day(GlobalObject&, u8 iso_month, u8 iso_day, Object& calendar, i32 reference_iso_year, FunctionObject* new_target = nullptr);
|
||||
Optional<String> temporal_month_day_to_string(GlobalObject&, PlainMonthDay&, StringView show_calendar);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue