mirror of https://github.com/tc39/test262.git
b5d3192914
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. |
||
---|---|---|
.. | ||
Calendar | ||
Duration | ||
Instant | ||
Now | ||
PlainDate | ||
PlainDateTime | ||
PlainMonthDay | ||
PlainTime | ||
PlainYearMonth | ||
TimeZone | ||
ZonedDateTime | ||
toStringTag | ||
getOwnPropertyNames.js | ||
keys.js | ||
prop-desc.js |