mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS: Implement Temporal.PlainMonthDay.prototype.with/equals
This commit is contained in:
Notes:
github-actions[bot]
2024-11-22 00:25:30 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5389acc231c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2471
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user