test262/test/built-ins/Temporal/PlainTime
Philip Chimento 33865c5339 Validate required methods of Temporal Calendar protocol
Checking whether an object implements the Calendar protocol is now done by
means of HasProperty operations for each of the required methods unless
the object already has the Calendar brand.

Discussion:
https://github.com/tc39/proposal-temporal/issues/2104#issuecomment-1409549753

Corresponding normative PR:
https://github.com/tc39/proposal-temporal/pull/2485
2023-04-10 08:36:08 -07:00
..
compare Remove calendar slot from Temporal.PlainTime 2023-04-07 11:43:31 -07:00
from Remove calendar slot from Temporal.PlainTime 2023-04-07 11:43:31 -07:00
prototype Validate required methods of Temporal Calendar protocol 2023-04-10 08:36:08 -07:00
basic.js Remove calendar slot from Temporal.PlainTime 2023-04-07 11:43:31 -07: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
hour-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
length.js Add Temporal tests 2021-10-01 14:30:12 -04:00
microsecond-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
millisecond-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
minute-undefined.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
nanosecond-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
negative-infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
negative-zero.js Port tests for PlainTime. 2022-02-28 14:32:34 -05:00
prop-desc.js Add Temporal tests 2021-10-01 14:30:12 -04:00
second-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00