Bug 1874684 - Part 33: Defer allocation of options object for CalendarDateFromFields...
commit025b794e350ca5bc4b7211ed0b4bb21ee962970b
authorAndré Bargull <andre.bargull@gmail.com>
Mon, 15 Apr 2024 18:27:30 +0000 (15 18:27 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Mon, 15 Apr 2024 18:27:30 +0000 (15 18:27 +0000)
tree4687cdcc84161c2832d60f71fb21d6f99a2ed20f
parent4b17e1f71d4532e6a9ed32fa621ffa06e79aa377
Bug 1874684 - Part 33: Defer allocation of options object for CalendarDateFromFields. r=sfink

Move the options object allocation into `CalendarDateFromFields`. Also filed a
spec issue about removing the options object allocation from the spec.

Depends on D204396

Differential Revision: https://phabricator.services.mozilla.com/D204397
js/src/builtin/temporal/Calendar.cpp
js/src/builtin/temporal/Calendar.h
js/src/builtin/temporal/PlainMonthDay.cpp
js/src/builtin/temporal/PlainYearMonth.cpp