test262/test
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
..
annexB Duplicate named capture groups: Syntax tests 2022-11-02 15:22:58 +01:00
built-ins Temporal: Test copying options object in since() and until() 2023-02-14 09:45:43 -08:00
harness Reject exceptional input to `isConstructor` (#3748) 2022-12-15 22:53:34 -05:00
intl402 Remove failing tests for CalendarFields and CalendarMergeFields 2023-02-10 17:43:47 -08:00
language remove invalid element decorator yield reference tests 2023-01-03 12:33:04 -08:00
staging Remove failing tests for CalendarFields and CalendarMergeFields 2023-02-10 17:43:47 -08:00