mirror of https://github.com/tc39/test262.git
Correct metadata
This commit is contained in:
parent
57491d838f
commit
424406b5be
|
@ -5,7 +5,7 @@
|
|||
esid: sec-temporal.now.zoneddatetime
|
||||
description: Fast path for converting other Temporal objects to Temporal.Calendar by reading internal slots
|
||||
info: |
|
||||
sec-temporal.now.plaindatetime step 1:
|
||||
sec-temporal.now.zoneddatetime step 1:
|
||||
1. Return ? SystemZonedDateTime(_temporalTimeZoneLike_, _calendar_).
|
||||
sec-temporal-systemzoneddatetime step 3:
|
||||
3. Let _calendar_ be ? ToTemporalCalendar(_calendarLike_).
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.now.zoneddatetime
|
||||
description: The `length` property of Temporal.Now.zonedDateTime
|
||||
info: |
|
||||
Every built-in function object, including constructors, has a "length" property whose value is
|
||||
an integer. Unless otherwise specified, this value is equal to the largest number of named
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.now.zoneddatetime
|
||||
description: Functions when time zone argument is omitted
|
||||
includes: [compareArray.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.now.zoneddatetimeiso
|
||||
description: The `length` property of Temporal.Now.zonedDateTimeISO
|
||||
info: |
|
||||
Every built-in function object, including constructors, has a "length" property whose value is
|
||||
an integer. Unless otherwise specified, this value is equal to the largest number of named
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.now.zoneddatetimeiso
|
||||
description: Functions when time zone argument is omitted
|
||||
includes: [compareArray.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue