test262/test/built-ins/Temporal
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
..
Calendar Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07:00
Duration Validate required methods of Temporal TimeZone protocol 2023-04-10 08:36:08 -07:00
Instant Validate required methods of Temporal TimeZone protocol 2023-04-10 08:36:08 -07:00
Now Validate required methods of Temporal TimeZone protocol 2023-04-10 08:36:08 -07:00
PlainDate Validate required methods of Temporal TimeZone protocol 2023-04-10 08:36:08 -07:00
PlainDateTime Validate required methods of Temporal TimeZone protocol 2023-04-10 08:36:08 -07:00
PlainMonthDay Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07:00
PlainTime Validate required methods of Temporal TimeZone protocol 2023-04-10 08:36:08 -07:00
PlainYearMonth Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07:00
TimeZone Validate required methods of Temporal TimeZone protocol 2023-04-10 08:36:08 -07:00
ZonedDateTime Validate required methods of Temporal TimeZone protocol 2023-04-10 08:36:08 -07:00
toStringTag
getOwnPropertyNames.js
keys.js
prop-desc.js