Files
ladybird/Userland/Libraries/LibJS/Runtime
BodilessSleeper 84db0c8dbf LibJS: Remove call to ToPositiveInteger after CalendarDaysInMonth
Implements: tc39/proposal-temporal@261692a

In order to remove the call to to_positive_integer() there neeeded
to be a change of return type from ThrowCompletionOr<Value> to
ThrowCompletionOr<double>.
This is one of the changes that will come anyways with the following
commit: tc39/proposal-temporal@11aad40. :^)
2022-12-31 00:05:20 +01:00
..
2022-12-10 00:21:10 +00:00
2022-08-29 03:24:54 +02:00
2022-08-29 03:24:54 +02:00