browser.js |
|
0 |
length.js |
---
esid: sec-temporal.now.plaindateiso
description: Temporal.Now.plainDateISO.length is 0
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]
--- |
1245 |
prop-desc.js |
---
esid: sec-temporal.now.plaindateiso
description: The "plainDateISO" property of Temporal.Now
includes: [propertyHelper.js]
features: [Temporal]
--- |
678 |
return-value.js |
---
esid: sec-temporal.now.plaindateiso
description: Functions when time zone argument is omitted
features: [Temporal]
--- |
611 |
shell.js |
|
0 |
timezone-string-datetime.js |
---
esid: sec-temporal.now.plaindateiso
description: Conversion of ISO date-time strings to time zone IDs
features: [Temporal]
--- |
2055 |
timezone-string-leap-second.js |
---
esid: sec-temporal.now.plaindateiso
description: Leap second is a valid ISO string for TimeZone
features: [Temporal]
--- |
817 |
timezone-string-sub-minute-offset.js |
---
esid: sec-temporal.now.plaindateiso
description: >
Time zone parsing from ISO strings does not accept sub-minute UTC offset as
time zone identifier
features: [Temporal]
--- |
745 |
timezone-string-year-zero.js |
---
esid: sec-temporal.now.plaindateiso
description: Negative zero, as an extended year, is rejected
features: [Temporal, arrow-function]
--- |
729 |
timezone-string.js |
---
esid: sec-temporal.now.plaindateiso
description: Time zone IDs are valid input for a time zone
features: [Temporal]
--- |
598 |
timezone-wrong-type.js |
---
esid: sec-temporal.now.plaindateiso
description: >
Appropriate error thrown when argument cannot be converted to a valid string
for time zone
features: [BigInt, Symbol, Temporal]
--- |
1342 |