test262/test/built-ins/Temporal
Philip Chimento 8ad7d04afa Temporal: Test copying options object in since() and until()
In since() and until() methods, we copy the options object with
CopyDataProperties. Previously, its properties could be read in more than
one place (the method itself, and the calendar method), triggering user
code each time. Now, we pass around null-prototype objects with only data
properties.

See https://github.com/tc39/proposal-temporal/pull/2447
2023-02-14 09:45:43 -08:00
..
Calendar Remove failing tests for CalendarFields and CalendarMergeFields 2023-02-10 17:43:47 -08:00
Duration Remove failing tests for CalendarFields and CalendarMergeFields 2023-02-10 17:43:47 -08:00
Instant Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
Now Regularize some of the "calendar-temporal-object" tests 2023-02-01 10:50:12 +01:00
PlainDate Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
PlainDateTime Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
PlainMonthDay Remove failing tests for CalendarFields and CalendarMergeFields 2023-02-10 17:43:47 -08:00
PlainTime Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
PlainYearMonth Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
TimeZone Remove failing tests for CalendarFields and CalendarMergeFields 2023-02-10 17:43:47 -08:00
ZonedDateTime Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
toStringTag
getOwnPropertyNames.js
keys.js
prop-desc.js