mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibJS: Implement Temporal.PlainMonthDay.prototype.with/equals
This commit is contained in:
parent
5bccb36a6f
commit
5389acc231
Notes:
github-actions[bot]
2024-11-22 00:25:30 +00:00
Author: https://github.com/trflynn89
Commit: 5389acc231
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2471
10 changed files with 314 additions and 0 deletions
|
@ -27,5 +27,6 @@ ThrowCompletionOr<ISODate> regulate_iso_date(VM& vm, double year, double month,
|
|||
bool is_valid_iso_date(double year, double month, double day);
|
||||
String pad_iso_year(i32 year);
|
||||
bool iso_date_within_limits(ISODate);
|
||||
i8 compare_iso_date(ISODate, ISODate);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue