Philip Chimento 99bc91e0f5 Temporal: Test change from MergeLargestUnitOption to CopyDataProperties
This tests some of the normative changes in
https://github.com/tc39/proposal-temporal/pull/2245, which achieved
consensus in the July 2022 TC39 meeting, specifically as they apply to
places where the MergeLargestUnitOperation was called.

Due to the use of the pre-existing spec operation CopyDataProperties, the
order of observable property operations has changed from a batch of
[[GetOwnProperty]] followed by a batch of [[Get]], to a series of
interleaved [[GetOwnProperty]]/[[Get]] pairs. This previously wasn't
tested because TemporalHelpers.propertyBagObserver didn't track
[[GetOwnProperty]] operations, but now it does.
2022-10-20 17:33:36 +02:00
..
2021-10-01 14:30:12 -04:00
2021-10-01 14:30:12 -04:00
2021-10-01 14:30:12 -04:00
2021-10-01 14:30:12 -04:00
2021-10-01 14:30:12 -04:00
2021-10-01 14:30:12 -04:00
2021-10-01 14:30:12 -04:00
2021-10-01 14:30:12 -04:00
2021-10-01 14:30:12 -04:00
2022-05-31 16:28:31 +02:00