mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-03 01:42:54 +00:00
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. :^)