| browser.js |
|
0 |
- |
| BYTES_PER_ELEMENT.js |
---
esid: sec-typedarray.prototype.bytes_per_element
description: BigUint64Array.prototype.BYTES_PER_ELEMENT property descriptor
info: |
22.2.5.1 TypedArray.prototype.BYTES_PER_ELEMENT
The value of TypedArray.prototype.BYTES_PER_ELEMENT is the Number
value of the Element Size value specified in Table 52 for TypedArray.
This property has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: false }.
includes: [propertyHelper.js]
features: [BigInt]
--- |
789 |
- |
| constructor.js |
---
esid: sec-typedarray.prototype.constructor
description: BigUint64Array.prototype.constructor property descriptor
info: |
22.2.6.2 TypedArray.prototype.constructor
The initial value of a TypedArray.prototype.constructor is the
corresponding %TypedArray% intrinsic object.
17 ECMAScript Standard Built-in Objects
includes: [propertyHelper.js]
features: [BigInt]
--- |
680 |
- |
| not-typedarray-object.js |
---
esid: sec-properties-of-typedarray-prototype-objects
description: BigUint64Array.prototype is not a TypedArray instance
info: |
22.2.6 Properties of TypedArray Prototype Objects
[...] A TypedArray prototype object is an ordinary object. It does not
have a [[ViewedArrayBuffer]] or any other of the internal slots that
are specific to TypedArray instance objects.
features: [BigInt]
--- |
684 |
- |
| proto.js |
---
esid: sec-properties-of-typedarray-prototype-objects
description: BigUint64Array.prototype prototype internal slot
info: |
22.2.6 Properties of TypedArray Prototype Objects
The value of the [[Prototype]] internal slot of a TypedArray prototype
object is the intrinsic object %TypedArrayPrototype%. [...]
includes: [testTypedArray.js]
features: [BigInt, TypedArray]
--- |
641 |
- |
| shell.js |
|
0 |
- |