Files
ladybird/Libraries/LibJS/Runtime
Timothy Flynn 5c0fdd371a LibJS: Mark invocation to ParseMonthCode as infallible
This is an editorial change in the Temporal proposal. See:
https://github.com/tc39/proposal-temporal/commit/c1f7bd5

Note the related assertion here was a bit silly. It was effectively:

    if (!cond) { return; }
    VERIFY(cond);
2025-11-12 16:20:04 -05:00
..
2025-08-23 16:04:36 -06:00
2025-06-16 14:20:48 +01:00