diff options
author | BodilessSleeper <ralesarcevic@gmail.com> | 2022-12-30 05:05:46 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-12-31 00:05:20 +0100 |
commit | 84db0c8dbf4c332e1ca134730efe7be3cc6c82d2 (patch) | |
tree | 829ae1224154e213a66b38f218cc69f42306b425 /Userland/Libraries/LibC/sysexits.h | |
parent | 86995be111d7c5b6c80ed2a15c30c926a754ad99 (diff) | |
download | serenity-84db0c8dbf4c332e1ca134730efe7be3cc6c82d2.zip |
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. :^)
Diffstat (limited to 'Userland/Libraries/LibC/sysexits.h')
0 files changed, 0 insertions, 0 deletions