test262/test/built-ins/Temporal
Philip Chimento b5d3192914 Temporal: Test Calendar.p.mergeFields enumeration changes
This tests 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 the
Temporal.Calendar.prototype.mergeFields method.

Due to the use of the pre-existing spec operation CopyDataProperties, now
symbol keys are merged into the return value, and 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.
2022-10-20 17:33:36 +02:00
..
Calendar Temporal: Test Calendar.p.mergeFields enumeration changes 2022-10-20 17:33:36 +02:00
Duration Temporal: Add tests for fast path in ToTemporalTimeZone 2022-10-18 14:38:38 +02:00
Instant Temporal: Add tests for fast path in ToTemporalTimeZone 2022-10-18 14:38:38 +02:00
Now Temporal: Add tests for fast path in ToTemporalTimeZone 2022-10-18 14:38:38 +02:00
PlainDate Temporal: Test change from MergeLargestUnitOption to CopyDataProperties 2022-10-20 17:33:36 +02:00
PlainDateTime Temporal: Test change from MergeLargestUnitOption to CopyDataProperties 2022-10-20 17:33:36 +02:00
PlainMonthDay Temporal: Add tests for fast path in ToTemporalCalendar 2022-10-18 14:38:38 +02:00
PlainTime Temporal: Add tests for fast path in ToTemporalTimeZone 2022-10-18 14:38:38 +02:00
PlainYearMonth Temporal: Test change from MergeLargestUnitOption to CopyDataProperties 2022-10-20 17:33:36 +02:00
TimeZone Temporal: Add tests for fast path in ToTemporalTimeZone 2022-10-18 14:38:38 +02:00
ZonedDateTime Temporal: Test change from MergeLargestUnitOption to CopyDataProperties 2022-10-20 17:33:36 +02:00
toStringTag
getOwnPropertyNames.js
keys.js
prop-desc.js