mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
Add esid
This commit is contained in:
parent
bd21c97126
commit
8da8fff0ad
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Float32Array.BYTES_PER_ELEMENT is 4.
|
The initial value of Float32Array.BYTES_PER_ELEMENT is 4.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Float32Array is a constructor function.
|
Float32Array is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Float32Array.length is 3.
|
Float32Array.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Float32Array.name is "Float32Array".
|
Float32Array.name is "Float32Array".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Float32Array is %TypedArray%.
|
The prototype of Float32Array is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Float32Array.prototype is the Float32Array prototype object.
|
The initial value of Float32Array.prototype is the Float32Array prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-typedarray.prototype.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Float32Array.prototype.BYTES_PER_ELEMENT is 4.
|
The initial value of Float32Array.prototype.BYTES_PER_ELEMENT is 4.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Float32Array.prototype.constructor is the Float32Array object.
|
The initial value of Float32Array.prototype.constructor is the Float32Array object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Float64Array.prototype is not a TypedArray instance object.
|
Float64Array.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Float32Array.prototype is %TypedArrayPrototype%.
|
The prototype of Float32Array.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Float64Array.BYTES_PER_ELEMENT is 8.
|
The initial value of Float64Array.BYTES_PER_ELEMENT is 8.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Float64Array is a constructor function.
|
Float64Array is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Float64Array.length is 3.
|
Float64Array.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Float64Array.name is "Float64Array".
|
Float64Array.name is "Float64Array".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Float64Array is %TypedArray%.
|
The prototype of Float64Array is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Float64Array.prototype is the Float64Array prototype object.
|
The initial value of Float64Array.prototype is the Float64Array prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-typedarray.prototype.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Float64Array.prototype.BYTES_PER_ELEMENT is 8.
|
The initial value of Float64Array.prototype.BYTES_PER_ELEMENT is 8.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Float64Array.prototype.constructor is the Float64Array object.
|
The initial value of Float64Array.prototype.constructor is the Float64Array object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Float64Array.prototype is not a TypedArray instance object.
|
Float64Array.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Float64Array.prototype is %TypedArrayPrototype%.
|
The prototype of Float64Array.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int16Array.BYTES_PER_ELEMENT is 2.
|
The initial value of Int16Array.BYTES_PER_ELEMENT is 2.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int16Array is a constructor function.
|
Int16Array is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int16Array.length is 3.
|
Int16Array.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int16Array.name is "Int16Array".
|
Int16Array.name is "Int16Array".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Int16Array is %TypedArray%.
|
The prototype of Int16Array is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int16Array.prototype is the Int16Array prototype object.
|
The initial value of Int16Array.prototype is the Int16Array prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-typedarray.prototype.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int16Array.prototype.BYTES_PER_ELEMENT is 2.
|
The initial value of Int16Array.prototype.BYTES_PER_ELEMENT is 2.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int16Array.prototype.constructor is the Int16Array object.
|
The initial value of Int16Array.prototype.constructor is the Int16Array object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Int16Array.prototype is not a TypedArray instance object.
|
Int16Array.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Int16Array.prototype is %TypedArrayPrototype%.
|
The prototype of Int16Array.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int32Array.BYTES_PER_ELEMENT is 4.
|
The initial value of Int32Array.BYTES_PER_ELEMENT is 4.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int32Array is a constructor function.
|
Int32Array is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int32Array.length is 3.
|
Int32Array.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int32Array.name is "Int32Array".
|
Int32Array.name is "Int32Array".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Int32Array is %TypedArray%.
|
The prototype of Int32Array is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int32Array.prototype is the Int32Array prototype object.
|
The initial value of Int32Array.prototype is the Int32Array prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-typedarray.prototype.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int32Array.prototype.BYTES_PER_ELEMENT is 4.
|
The initial value of Int32Array.prototype.BYTES_PER_ELEMENT is 4.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int32Array.prototype.constructor is the Int32Array object.
|
The initial value of Int32Array.prototype.constructor is the Int32Array object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Int32Array.prototype is not a TypedArray instance object.
|
Int32Array.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Int32Array.prototype is %TypedArrayPrototype%.
|
The prototype of Int32Array.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int8Array.BYTES_PER_ELEMENT is 1.
|
The initial value of Int8Array.BYTES_PER_ELEMENT is 1.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int8Array is a constructor function.
|
Int8Array is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int8Array.length is 3.
|
Int8Array.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Int8Array.name is "Int8Array".
|
Int8Array.name is "Int8Array".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Int8Array is %TypedArray%.
|
The prototype of Int8Array is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int8Array.prototype is the Int8Array prototype object.
|
The initial value of Int8Array.prototype is the Int8Array prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-typedarray.prototype.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int8Array.prototype.BYTES_PER_ELEMENT is 1.
|
The initial value of Int8Array.prototype.BYTES_PER_ELEMENT is 1.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Int8Array.prototype.constructor is the Int8Array object.
|
The initial value of Int8Array.prototype.constructor is the Int8Array object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Int8Array.prototype is not a TypedArray instance object.
|
Int8Array.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Int8Array.prototype is %TypedArrayPrototype%.
|
The prototype of Int8Array.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint16Array.BYTES_PER_ELEMENT is 2.
|
The initial value of Uint16Array.BYTES_PER_ELEMENT is 2.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint16Array is a constructor function.
|
Uint16Array is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint16Array.length is 3.
|
Uint16Array.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint16Array.name is "Uint16Array".
|
Uint16Array.name is "Uint16Array".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Uint16Array is %TypedArray%.
|
The prototype of Uint16Array is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint16Array.prototype is the Uint16Array prototype object.
|
The initial value of Uint16Array.prototype is the Uint16Array prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-typedarray.prototype.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint16Array.prototype.BYTES_PER_ELEMENT is 2.
|
The initial value of Uint16Array.prototype.BYTES_PER_ELEMENT is 2.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint16Array.prototype.constructor is the Uint16Array object.
|
The initial value of Uint16Array.prototype.constructor is the Uint16Array object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Uint16Array.prototype is not a TypedArray instance object.
|
Uint16Array.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Uint16Array.prototype is %TypedArrayPrototype%.
|
The prototype of Uint16Array.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint32Array.BYTES_PER_ELEMENT is 4.
|
The initial value of Uint32Array.BYTES_PER_ELEMENT is 4.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint32Array is a constructor function.
|
Uint32Array is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint32Array.length is 3.
|
Uint32Array.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint32Array.name is "Uint32Array".
|
Uint32Array.name is "Uint32Array".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Uint32Array is %TypedArray%.
|
The prototype of Uint32Array is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint32Array.prototype is the Uint32Array prototype object.
|
The initial value of Uint32Array.prototype is the Uint32Array prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-typedarray.prototype.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint32Array.prototype.BYTES_PER_ELEMENT is 4.
|
The initial value of Uint32Array.prototype.BYTES_PER_ELEMENT is 4.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint32Array.prototype.constructor is the Uint32Array object.
|
The initial value of Uint32Array.prototype.constructor is the Uint32Array object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Uint32Array.prototype is not a TypedArray instance object.
|
Uint32Array.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Uint32Array.prototype is %TypedArrayPrototype%.
|
The prototype of Uint32Array.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint8Array.BYTES_PER_ELEMENT is 1.
|
The initial value of Uint8Array.BYTES_PER_ELEMENT is 1.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint8Array is a constructor function.
|
Uint8Array is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint8Array.length is 3.
|
Uint8Array.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint8Array.name is "Uint8Array".
|
Uint8Array.name is "Uint8Array".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Uint8Array is %TypedArray%.
|
The prototype of Uint8Array is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint8Array.prototype is the Uint8Array prototype object.
|
The initial value of Uint8Array.prototype is the Uint8Array prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint8Array.prototype.BYTES_PER_ELEMENT is 1.
|
The initial value of Uint8Array.prototype.BYTES_PER_ELEMENT is 1.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint8Array.prototype.constructor is the Uint8Array object.
|
The initial value of Uint8Array.prototype.constructor is the Uint8Array object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Uint8Array.prototype is not a TypedArray instance object.
|
Uint8Array.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Uint8Array.prototype is %TypedArrayPrototype%.
|
The prototype of Uint8Array.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.1
|
es6id: 22.2.5.1
|
||||||
|
esid: sec-typedarray.bytes_per_element
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint8ClampedArray.BYTES_PER_ELEMENT is 1.
|
The initial value of Uint8ClampedArray.BYTES_PER_ELEMENT is 1.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.4
|
es6id: 22.2.4
|
||||||
|
esid: sec-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint8ClampedArray is a constructor function.
|
Uint8ClampedArray is a constructor function.
|
||||||
---*/
|
---*/
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint8ClampedArray.length is 3.
|
Uint8ClampedArray.length is 3.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
Uint8ClampedArray.name is "Uint8ClampedArray".
|
Uint8ClampedArray.name is "Uint8ClampedArray".
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5
|
es6id: 22.2.5
|
||||||
|
esid: sec-properties-of-the-typedarray-constructors
|
||||||
description: >
|
description: >
|
||||||
The prototype of Uint8ClampedArray is %TypedArray%.
|
The prototype of Uint8ClampedArray is %TypedArray%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.5.2
|
es6id: 22.2.5.2
|
||||||
|
esid: sec-typedarray.prototype
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint8ClampedArray.prototype is the Uint8ClampedArray prototype object.
|
The initial value of Uint8ClampedArray.prototype is the Uint8ClampedArray prototype object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.1
|
es6id: 22.2.6.1
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint8ClampedArray.prototype.BYTES_PER_ELEMENT is 1.
|
The initial value of Uint8ClampedArray.prototype.BYTES_PER_ELEMENT is 1.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6.2
|
es6id: 22.2.6.2
|
||||||
|
esid: sec-typedarray.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of Uint8ClampedArray.prototype.constructor is the Uint8ClampedArray object.
|
The initial value of Uint8ClampedArray.prototype.constructor is the Uint8ClampedArray object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
Uint8ClampedArray.prototype is not a TypedArray instance object.
|
Uint8ClampedArray.prototype is not a TypedArray instance object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.6
|
es6id: 22.2.6
|
||||||
|
esid: sec-properties-of-typedarray-prototype-objects
|
||||||
description: >
|
description: >
|
||||||
The prototype of Uint8ClampedArray.prototype is %TypedArrayPrototype%.
|
The prototype of Uint8ClampedArray.prototype is %TypedArrayPrototype%.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// Copyright (C) 2017 Mozilla Corporation. All rights reserved.
|
// Copyright (C) 2017 Mozilla Corporation. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-integer-indexed-exotic-objects-get-p-receiver
|
||||||
description: >
|
description: >
|
||||||
Return value from valid numeric index, with SharedArrayBuffer
|
Return value from valid numeric index, with SharedArrayBuffer
|
||||||
includes: [testTypedArray.js]
|
includes: [testTypedArray.js]
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 22.2.2.2
|
es6id: 22.2.2.2
|
||||||
|
esid: sec-%typedarray%.of
|
||||||
description: >
|
description: >
|
||||||
"of" cannot be invoked as a function
|
"of" cannot be invoked as a function
|
||||||
info: >
|
info: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user