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 Float32Array.BYTES_PER_ELEMENT is 4.
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Float32Array is a constructor function.
---*/
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Float32Array.length is 3.
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Float32Array.name is "Float32Array".
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Float32Array is %TypedArray%.
info: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Float32Array.prototype is %TypedArrayPrototype%.
info: >
......
......@@ -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: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
Float64Array is a constructor function.
---*/
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Float64Array.length is 3.
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
Float64Array.name is "Float64Array".
info: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.5
esid: sec-properties-of-the-typedarray-constructors
description: >
The prototype of Float64Array is %TypedArray%.
info: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -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: >
......
......@@ -3,6 +3,7 @@
/*---
es6id: 22.2.6
esid: sec-properties-of-typedarray-prototype-objects
description: >
The prototype of Float64Array.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