Bug 1874684 - Part 11: Remove no longer needed BigInt code path in TemporalDurationTo...
commit22862cb3452762dc0f8875b6570084992b6fb059
authorAndré Bargull <andre.bargull@gmail.com>
Mon, 15 Apr 2024 18:27:21 +0000 (15 18:27 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Mon, 15 Apr 2024 18:27:21 +0000 (15 18:27 +0000)
treec9b21c601df900756ebec5741b552dc7857994a5
parent5636d9f39449c291bc663e3d3a8334469328942e
Bug 1874684 - Part 11: Remove no longer needed BigInt code path in TemporalDurationToString. r=sfink

The value restrictions from the previous parts allow to remove the `BigInt` code
paths from TemporalDurationToString.

Differential Revision: https://phabricator.services.mozilla.com/D198545
js/src/builtin/temporal/Duration.cpp
js/src/builtin/temporal/Instant.cpp
js/src/builtin/temporal/Instant.h