argument.js |
---
esid: sec-temporal.instant
description: TypeError thrown if input is of wrong primitive type
features: [Symbol, Temporal]
--- |
740 |
basic.js |
---
esid: sec-temporal.instant
description: Basic functionality of the Temporal.Instant constructor
features: [Temporal]
--- |
932 |
browser.js |
|
0 |
builtin.js |
---
esid: sec-temporal.instant
description: Tests that Temporal.Instant meets the requirements for built-in objects
info: |
Unless specified otherwise, a built-in object that is callable as a function is a built-in
function object with the characteristics described in 10.3. Unless specified otherwise, the
[[Extensible]] internal slot of a built-in object initially has the value true.
Unless otherwise specified every built-in function and every built-in constructor has the
Function prototype object [...] as the value of its [[Prototype]] internal slot.
features: [Temporal]
--- |
1266 |
compare |
|
|
constructor.js |
---
esid: sec-temporal.instant
description: Temporal.Instant constructor cannot be called as a function
info: |
1. If NewTarget is undefined, throw a TypeError exception.
features: [Temporal]
--- |
507 |
from |
|
|
fromEpochMilliseconds |
|
|
fromEpochNanoseconds |
|
|
length.js |
---
esid: sec-temporal.instant
description: Temporal.Instant.length is 1
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]
--- |
1143 |
name.js |
---
esid: sec-temporal.instant
description: Temporal.Instant.name is "Instant"
info: |
Every built-in function object, including constructors, that is not identified as an anonymous
function has a "name" property whose value is a String. Unless otherwise specified, this value
is the name that is given to the function in this specification.
Unless otherwise specified, the "name" property of a built-in function object, if it exists,
has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js]
features: [Temporal]
--- |
984 |
prop-desc.js |
---
esid: sec-temporal.instant
description: The "Instant" property of Temporal
includes: [propertyHelper.js]
features: [Temporal]
--- |
588 |
prototype |
|
|
shell.js |
|
0 |
subclass.js |
---
esid: sec-temporal.instant
description: Test for Temporal.Instant subclassing.
features: [Temporal]
--- |
755 |