This commit is contained in:
Lyza Danger Gardner 2017-06-30 10:54:03 -04:00 committed by Rick Waldron
parent bd21c97126
commit 8da8fff0ad
92 changed files with 92 additions and 0 deletions

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Float32Array.BYTES_PER_ELEMENT is 4.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Float32Array is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Float32Array.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Float32Array.name is "Float32Array".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Float32Array is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Float32Array.prototype is the Float32Array prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-typedarray.prototype.bytes_per_element
description: >
The initial value of Float32Array.prototype.BYTES_PER_ELEMENT is 4.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Float32Array.prototype.constructor is the Float32Array object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Float64Array.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Float32Array.prototype is %TypedArrayPrototype%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Float64Array.BYTES_PER_ELEMENT is 8.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Float64Array is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Float64Array.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Float64Array.name is "Float64Array".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Float64Array is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Float64Array.prototype is the Float64Array prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-typedarray.prototype.bytes_per_element
description: >
The initial value of Float64Array.prototype.BYTES_PER_ELEMENT is 8.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Float64Array.prototype.constructor is the Float64Array object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Float64Array.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Float64Array.prototype is %TypedArrayPrototype%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Int16Array.BYTES_PER_ELEMENT is 2.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Int16Array is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Int16Array.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Int16Array.name is "Int16Array".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Int16Array is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Int16Array.prototype is the Int16Array prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-typedarray.prototype.bytes_per_element
description: >
The initial value of Int16Array.prototype.BYTES_PER_ELEMENT is 2.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Int16Array.prototype.constructor is the Int16Array object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Int16Array.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Int16Array.prototype is %TypedArrayPrototype%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Int32Array.BYTES_PER_ELEMENT is 4.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Int32Array is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Int32Array.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Int32Array.name is "Int32Array".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Int32Array is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Int32Array.prototype is the Int32Array prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-typedarray.prototype.bytes_per_element
description: >
The initial value of Int32Array.prototype.BYTES_PER_ELEMENT is 4.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Int32Array.prototype.constructor is the Int32Array object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Int32Array.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Int32Array.prototype is %TypedArrayPrototype%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Int8Array.BYTES_PER_ELEMENT is 1.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Int8Array is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Int8Array.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Int8Array.name is "Int8Array".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Int8Array is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Int8Array.prototype is the Int8Array prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-typedarray.prototype.bytes_per_element
description: >
The initial value of Int8Array.prototype.BYTES_PER_ELEMENT is 1.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Int8Array.prototype.constructor is the Int8Array object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Int8Array.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Int8Array.prototype is %TypedArrayPrototype%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Uint16Array.BYTES_PER_ELEMENT is 2.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Uint16Array is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint16Array.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint16Array.name is "Uint16Array".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Uint16Array is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Uint16Array.prototype is the Uint16Array prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-typedarray.prototype.bytes_per_element
description: >
The initial value of Uint16Array.prototype.BYTES_PER_ELEMENT is 2.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Uint16Array.prototype.constructor is the Uint16Array object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Uint16Array.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Uint16Array.prototype is %TypedArrayPrototype%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Uint32Array.BYTES_PER_ELEMENT is 4.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Uint32Array is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint32Array.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint32Array.name is "Uint32Array".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Uint32Array is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Uint32Array.prototype is the Uint32Array prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-typedarray.prototype.bytes_per_element
description: >
The initial value of Uint32Array.prototype.BYTES_PER_ELEMENT is 4.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Uint32Array.prototype.constructor is the Uint32Array object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Uint32Array.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Uint32Array.prototype is %TypedArrayPrototype%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Uint8Array.BYTES_PER_ELEMENT is 1.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Uint8Array is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint8Array.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint8Array.name is "Uint8Array".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Uint8Array is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Uint8Array.prototype is the Uint8Array prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-properties-of-typedarray-prototype-objects
description: >
The initial value of Uint8Array.prototype.BYTES_PER_ELEMENT is 1.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Uint8Array.prototype.constructor is the Uint8Array object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Uint8Array.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Uint8Array.prototype is %TypedArrayPrototype%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.1
esid: sec-typedarray.bytes_per_element
description: >
The initial value of Uint8ClampedArray.BYTES_PER_ELEMENT is 1.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Uint8ClampedArray is a constructor function.
---*/

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint8ClampedArray.length is 3.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint8ClampedArray.name is "Uint8ClampedArray".
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Uint8ClampedArray is %TypedArray%.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.5.2
esid: sec-typedarray.prototype
description: >
The initial value of Uint8ClampedArray.prototype is the Uint8ClampedArray prototype object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.1
esid: sec-properties-of-typedarray-prototype-objects
description: >
The initial value of Uint8ClampedArray.prototype.BYTES_PER_ELEMENT is 1.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6.2
esid: sec-typedarray.prototype.constructor
description: >
The initial value of Uint8ClampedArray.prototype.constructor is the Uint8ClampedArray object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
Uint8ClampedArray.prototype is not a TypedArray instance object.
info: >

View File

@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Uint8ClampedArray.prototype is %TypedArrayPrototype%.
info: >

View File

@ -2,6 +2,7 @@
// Copyright (C) 2017 Mozilla Corporation. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-integer-indexed-exotic-objects-get-p-receiver
description: >
Return value from valid numeric index, with SharedArrayBuffer
includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 22.2.2.2
esid: sec-%typedarray%.of
description: >
"of" cannot be invoked as a function
info: >