test262/test/built-ins/Temporal/Instant
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
..
compare Temporal: Tests for normative changes around date-only strings 2022-11-30 10:11:10 -08:00
from Temporal: Tests for normative changes around date-only strings 2022-11-30 10:11:10 -08:00
fromEpochMicroseconds Add Temporal tests 2021-10-01 14:30:12 -04:00
fromEpochMilliseconds Add Temporal tests 2021-10-01 14:30:12 -04:00
fromEpochNanoseconds Add Temporal tests 2021-10-01 14:30:12 -04:00
fromEpochSeconds Add Temporal tests 2021-10-01 14:30:12 -04:00
prototype Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
argument.js Add Temporal tests 2021-10-01 14:30:12 -04:00
basic.js Add Temporal tests 2021-10-01 14:30:12 -04:00
builtin.js Add Temporal tests 2021-10-01 14:30:12 -04:00
constructor.js Temporal: Add arguments to constructor tests. 2022-05-25 11:35:10 -07:00
length.js Add Temporal tests 2021-10-01 14:30:12 -04:00
name.js Add Temporal tests 2021-10-01 14:30:12 -04:00
prop-desc.js Add Temporal tests 2021-10-01 14:30:12 -04:00
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00