test262/test/built-ins/Temporal/PlainMonthDay
Philip Chimento bc979c51a5 Remove support for nested Temporal calendar property bags
Previously, "nested" calendar property bags were unwrapped up to one
level. That is, this object:
{
  calendar: {
     // ...Temporal.Calendar methods
  }
}
would not be considered to implement the Calendar protocol, but would have
its calendar property used instead, if it were passed to an API that
required a Calendar protocol object.

These nested property bags are no longer supported. 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
..
from Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07:00
prototype Remove support for nested Temporal calendar property bags 2023-04-10 08:36:08 -07:00
basic.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
builtin.js
calendar-always.js
calendar-case-insensitive.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-invalid.js
calendar-number.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-string.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-temporal-object.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-undefined.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-wrong-type.js Test wrong types in conversions to Temporal types 2022-04-21 12:14:10 -07:00
constructor.js Temporal: Add arguments to constructor tests. 2022-05-25 11:35:10 -07:00
infinity-throws-rangeerror.js
length.js
missing-arguments.js
name.js
negative-infinity-throws-rangeerror.js
prop-desc.js
refisoyear-out-of-range.js Temporal: test for out-of-range in Temporal.PlainMonthDay constructor 2022-07-25 13:34:08 -07:00
refisoyear-undefined.js
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00