mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: Implement stringification Temporal.PlainDate prototypes
This commit is contained in:
parent
a0c55f76e7
commit
9fbb5a57fa
Notes:
github-actions[bot]
2024-11-23 13:48:14 +00:00
Author: https://github.com/trflynn89
Commit: 9fbb5a57fa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2513
Reviewed-by: https://github.com/shannonbooth ✅
7 changed files with 171 additions and 0 deletions
|
@ -48,6 +48,7 @@ ThrowCompletionOr<ISODate> regulate_iso_date(VM& vm, double year, double month,
|
|||
bool is_valid_iso_date(double year, double month, double day);
|
||||
ISODate balance_iso_date(double year, double month, double day);
|
||||
String pad_iso_year(i32 year);
|
||||
String temporal_date_to_string(PlainDate const&, ShowCalendar);
|
||||
bool iso_date_within_limits(ISODate);
|
||||
i8 compare_iso_date(ISODate, ISODate);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue