Bug 1870251 - Part 13: Move 96-bit integer handling into a separate class. r=allstarschh
commitd88383019c75f0faedc21ce8df1f34b9922f3d6f
authorAndré Bargull <andre.bargull@gmail.com>
Mon, 15 Jan 2024 12:18:56 +0000 (15 12:18 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Mon, 15 Jan 2024 12:18:56 +0000 (15 12:18 +0000)
tree30dd2cb8de770645fd41b69ff1851141a6adcac1
parent8dad232919aac4a3805bf305cdf1306629170529
Bug 1870251 - Part 13: Move 96-bit integer handling into a separate class. r=allstarschh

Move the 96-bit integer code into a separate class in preparation for future
changes to support normalised time durations.

Depends on D196570

Differential Revision: https://phabricator.services.mozilla.com/D196571
js/src/builtin/temporal/Instant.cpp
js/src/builtin/temporal/Int96.cpp [new file with mode: 0644]
js/src/builtin/temporal/Int96.h [new file with mode: 0644]
js/src/builtin/temporal/moz.build