browser.js |
|
0 |
BYTES_PER_ELEMENT.js |
---
esid: sec-typedarray.prototype.bytes_per_element
description: >
The initial value of Uint16Array.prototype.BYTES_PER_ELEMENT is 2.
info: |
The value of TypedArray.prototype.BYTES_PER_ELEMENT is the Number value
of the Element Size value specified in Table 49 for TypedArray.
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }.
includes: [propertyHelper.js]
features: [TypedArray]
--- |
867 |
constructor.js |
---
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Uint16Array.prototype.constructor is the Uint16Array object.
info: |
The initial value of Uint16Array.prototype.constructor is the intrinsic
object %Uint16Array%.
17 ECMAScript Standard Built-in Objects:
Every other data property described in clauses 18 through 26 and in Annex B.2 has
the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true }
unless otherwise specified.
includes: [propertyHelper.js]
features: [TypedArray]
--- |
956 |
not-typedarray-object.js |
---
esid: sec-properties-of-typedarray-prototype-objects
description: >
Uint16Array.prototype is not a TypedArray instance object.
info: |
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: [TypedArray]
--- |
585 |
proto.js |
---
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Uint16Array.prototype is %TypedArrayPrototype%.
info: |
The value of the [[Prototype]] internal slot of a TypedArray prototype
object is the intrinsic object %TypedArrayPrototype% (22.2.3).
includes: [testTypedArray.js]
features: [TypedArray]
--- |
586 |
shell.js |
|
0 |