Skip to content
Snippets Groups Projects
Commit 8da8fff0 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Rick Waldron
Browse files

Add esid

parent bd21c971
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
......@@ -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: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Int8Array is a constructor function.
---*/
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Int8Array.length is 3.
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Int8Array.name is "Int8Array".
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Int8Array is %TypedArray%.
info: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Int8Array.prototype is %TypedArrayPrototype%.
info: >
......
......@@ -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: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Uint16Array is a constructor function.
---*/
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint16Array.length is 3.
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Uint16Array.name is "Uint16Array".
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Uint16Array is %TypedArray%.
info: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Uint16Array.prototype is %TypedArrayPrototype%.
info: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment