test262/test/built-ins/Temporal/PlainTime
Philip Chimento d6a24fe906 Validate required methods of Temporal TimeZone protocol
Checking whether an object implements the TimeZone protocol is now done by
means of HasProperty operations for each of the required methods unless
the object already has the TimeZone 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 TimeZone 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
constructor.js Temporal: Add arguments to constructor tests. 2022-05-25 11:35:10 -07:00
hour-undefined.js
infinity-throws-rangeerror.js
length.js
microsecond-undefined.js
millisecond-undefined.js
minute-undefined.js
name.js
nanosecond-undefined.js
negative-infinity-throws-rangeerror.js
negative-zero.js Port tests for PlainTime. 2022-02-28 14:32:34 -05:00
prop-desc.js
second-undefined.js
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00