Bug 1874684 - Part 10: Replace BigInt with Int128 in RoundNumberToIncrement. r=mgaudet
commit5636d9f39449c291bc663e3d3a8334469328942e
authorAndré Bargull <andre.bargull@gmail.com>
Mon, 15 Apr 2024 18:27:20 +0000 (15 18:27 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Mon, 15 Apr 2024 18:27:20 +0000 (15 18:27 +0000)
treeecf190a23fcd07707e4a2f41ca3127a40f465c38
parentd32aed0104970edabd775237d389af891180ed5b
Bug 1874684 - Part 10: Replace BigInt with Int128 in RoundNumberToIncrement. r=mgaudet

Use `Int128` instead of `BigInt` in RoundNumberToIncrement to avoid duplicated
code for the `BigInt` code path.

Differential Revision: https://phabricator.services.mozilla.com/D198544
js/src/builtin/temporal/Duration.cpp
js/src/builtin/temporal/Instant.cpp
js/src/builtin/temporal/Instant.h
js/src/builtin/temporal/PlainTime.cpp
js/src/builtin/temporal/Temporal.cpp
js/src/builtin/temporal/Temporal.h
js/src/builtin/temporal/ToString.cpp