mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibJS: Implement Temporal.PlainDate.prototype.add/subtract/equals
This commit is contained in:
parent
9fbb5a57fa
commit
c2ead84bd9
Notes:
github-actions[bot]
2024-11-23 13:48:09 +00:00
Author: https://github.com/trflynn89
Commit: c2ead84bd9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2513
Reviewed-by: https://github.com/shannonbooth ✅
7 changed files with 133 additions and 0 deletions
|
@ -51,5 +51,6 @@ 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);
|
||||
ThrowCompletionOr<GC::Ref<PlainDate>> add_duration_to_date(VM&, ArithmeticOperation, PlainDate const&, Value temporal_duration_like, Value options);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue