Name Description Size
browser.js 0
extensible.js --- esid: sec-temporal.now.plaindatetimeiso description: Temporal.Now.plainDateTimeISO is extensible. features: [Temporal] --- 602
length.js --- esid: sec-temporal.now.plaindatetimeiso description: The `length` property of Temporal.Now.plainDateTimeISO 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.plainDateTimeISO description: Temporal.Now.plainDateTimeISO.name is "plainDateTimeISO". includes: [propertyHelper.js] features: [Temporal] --- 800
not-a-constructor.js --- esid: sec-temporal.now.plaindatetimeiso description: Temporal.Now.plainDateTimeISO does not implement [[Construct]] includes: [isConstructor.js] features: [Reflect.construct, Temporal, arrow-function] --- 829
prop-desc.js --- esid: sec-temporal.now.plaindatetimeiso description: The "plainDateTimeISO" property of Temporal.Now includes: [propertyHelper.js] features: [Temporal] --- 704
return-value-calendar.js --- esid: sec-temporal.now.plaindatetimeiso description: Temporal.Now.plainDateTimeISO is extensible. features: [Temporal] --- 588
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.plaindatetimeiso description: Functions when time zone argument is omitted features: [Temporal] --- 909
timezone-string-datetime.js --- esid: sec-temporal.now.plaindatetimeiso description: Conversion of ISO date-time strings to time zone IDs features: [Temporal] --- 2071
timezone-string-leap-second.js --- esid: sec-temporal.now.plaindatetimeiso description: Leap second is a valid ISO string for TimeZone features: [Temporal] --- 829
timezone-string-sub-minute-offset.js --- esid: sec-temporal.now.plaindatetimeiso 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.plaindatetimeiso description: Negative zero, as an extended year, is rejected features: [Temporal, arrow-function] --- 737
timezone-string.js --- esid: sec-temporal.now.plaindatetimeiso description: Time zone IDs are valid input for a time zone features: [Temporal] --- 606
timezone-wrong-type.js --- esid: sec-temporal.now.plaindatetimeiso description: > Appropriate error thrown when argument cannot be converted to a valid string for time zone features: [BigInt, Symbol, Temporal] --- 1354