Name Description Size
browser.js 0
extensible.js --- esid: sec-temporal.now.zoneddatetimeiso description: Temporal.Now.zonedDateTimeISO is extensible. features: [Temporal] --- 602
length.js --- 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 arguments shown in the subclause headings for the function description. Optional parameters (which are indicated with brackets: [ ]) or rest parameters (which are shown using the form «...name») are not included in the default argument count. Unless otherwise specified, the "length" property of a built-in function object has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] features: [Temporal] --- 1270
name.js --- esid: sec-temporal.now.zoneddatetimeiso description: Temporal.Now.zonedDateTimeISO.name is "zonedDateTimeISO". includes: [propertyHelper.js] features: [Temporal] --- 800
not-a-constructor.js --- esid: sec-temporal.now.zoneddatetimeiso description: Temporal.Now.zonedDateTimeISO does not implement [[Construct]] includes: [isConstructor.js] features: [Reflect.construct, Temporal, arrow-function] --- 829
prop-desc.js --- esid: sec-temporal.now.zoneddatetimeiso description: The "zonedDateTimeISO" property of Temporal.Now includes: [propertyHelper.js] features: [Temporal] --- 704
return-value.js --- esid: sec-temporal.now.zoneddatetimeiso description: Functions when time zone argument is omitted features: [Temporal] --- 741
shell.js --- description: | Test if a given function is a constructor function. defines: [isConstructor] features: [Reflect.construct] --- 596
time-zone-undefined.js --- esid: sec-temporal.now.zoneddatetimeiso description: Functions when time zone argument is omitted features: [Temporal] --- 852
timezone-case-insensitive.js --- esid: sec-temporal.now.zoneddatetimeiso description: Time zone names are case insensitive features: [Temporal] --- 618
timezone-string-datetime.js --- esid: sec-temporal.now.zoneddatetimeiso description: Conversion of ISO date-time strings to time zone IDs features: [Temporal] --- 2499
timezone-string-leap-second.js --- esid: sec-temporal.now.zoneddatetimeiso description: Leap second is a valid ISO string for TimeZone features: [Temporal] --- 836
timezone-string-multiple-offsets.js --- esid: sec-temporal.now.zoneddatetimeiso description: Time zone parsing from ISO strings uses the bracketed offset, not the ISO string offset features: [Temporal] --- 715
timezone-string-sub-minute-offset.js --- esid: sec-temporal.now.zoneddatetimeiso description: > Time zone parsing from ISO strings does not accept sub-minute UTC offset as time zone identifier features: [Temporal] --- 753
timezone-string-year-zero.js --- esid: sec-temporal.now.zoneddatetimeiso description: Negative zero, as an extended year, is rejected features: [Temporal, arrow-function] --- 737
timezone-string.js --- esid: sec-temporal.now.zoneddatetimeiso description: Time zone IDs are valid input for a time zone features: [Temporal] --- 656
timezone-wrong-type.js --- esid: sec-temporal.now.zoneddatetimeiso description: > Appropriate error thrown when argument cannot be converted to a valid string for time zone features: [BigInt, Symbol, Temporal] --- 1354