mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibJS: Implement Temporal.PlainMonthDay.prototype.toString()
This commit is contained in:
parent
c1c8d7861c
commit
ea44f33d5b
Notes:
sideshowbarker
2024-07-18 05:27:12 +09:00
Author: https://github.com/linusg
Commit: ea44f33d5b
Pull-request: https://github.com/SerenityOS/serenity/pull/9510
Reviewed-by: https://github.com/IdanHo ✅
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