mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-14 20:19:14 +00:00
The assertions can be hit when Temporal.Duration.prototype.round / total are provided a PlainDate at the very limits of valid date-times. Tests were recently added to test262 which trip these assertions, thus we are now crashing in those tests. Let's throw a RangeError instead, as this is the behavior expected by the tests. |
||
---|---|---|
.. | ||
Duration | ||
Instant | ||
Now | ||
PlainDate | ||
PlainDateTime | ||
PlainMonthDay | ||
PlainTime | ||
PlainYearMonth | ||
ZonedDateTime | ||
Temporal.@@toStringTag.js |