diff --git a/test/built-ins/TypedArrays/Float32Array/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Float32Array/BYTES_PER_ELEMENT.js index e10e79870f6b7ea8dcaba43c24ac96e7f6f4ee9f..902c2241f5bf1f4535002a10a3097b18ad13aa42 100644 --- a/test/built-ins/TypedArrays/Float32Array/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Float32Array/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float32Array/constructor.js b/test/built-ins/TypedArrays/Float32Array/constructor.js index 8bafaf604ad850f7ab9c78e3501c6530c0172990..5bdc1f397c374719eeef3368e9e766b6a91b3b69 100644 --- a/test/built-ins/TypedArrays/Float32Array/constructor.js +++ b/test/built-ins/TypedArrays/Float32Array/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Float32Array is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Float32Array/length.js b/test/built-ins/TypedArrays/Float32Array/length.js index 87e51768c7f2ae7675fb771faebf2e02b57c1dac..50007968fdb4fbe875250eec8c52104d4cdac9dd 100644 --- a/test/built-ins/TypedArrays/Float32Array/length.js +++ b/test/built-ins/TypedArrays/Float32Array/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Float32Array.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Float32Array/name.js b/test/built-ins/TypedArrays/Float32Array/name.js index 9cc98e9ce312651222d0ea329fe0b215bde7e064..63ed07fd1faba33e8fbc59ffefa90812927d2e45 100644 --- a/test/built-ins/TypedArrays/Float32Array/name.js +++ b/test/built-ins/TypedArrays/Float32Array/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Float32Array.name is "Float32Array". info: > diff --git a/test/built-ins/TypedArrays/Float32Array/proto.js b/test/built-ins/TypedArrays/Float32Array/proto.js index c1ec88e210872047d6cd6fdaed4f90b93d1e831b..575b2cc5fefbe676bf096e1924693637132dd917 100644 --- a/test/built-ins/TypedArrays/Float32Array/proto.js +++ b/test/built-ins/TypedArrays/Float32Array/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Float32Array is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Float32Array/prototype.js b/test/built-ins/TypedArrays/Float32Array/prototype.js index d89d5a0832637d34bf844f7e86ead3e95648e9fa..13035e5d02076ef02688e95739fe2f2518fe9d22 100644 --- a/test/built-ins/TypedArrays/Float32Array/prototype.js +++ b/test/built-ins/TypedArrays/Float32Array/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float32Array/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Float32Array/prototype/BYTES_PER_ELEMENT.js index 704a81250af8263095904529437e56b361e47cc8..df5b867dafa2b92bee98502532ed496c73f96034 100644 --- a/test/built-ins/TypedArrays/Float32Array/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Float32Array/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float32Array/prototype/constructor.js b/test/built-ins/TypedArrays/Float32Array/prototype/constructor.js index 20ae26cbac508261ce1beca09fdf9dd09220fac4..d230435992c94a72ab9376f1b7d58b36b13aff49 100644 --- a/test/built-ins/TypedArrays/Float32Array/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Float32Array/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float32Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Float32Array/prototype/not-typedarray-object.js index 040cfdfd9248ba62efce61cb62681cfcb5b69162..8477acd6e72821a7c0c6dd81889a8cd59e0a402e 100644 --- a/test/built-ins/TypedArrays/Float32Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Float32Array/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float32Array/prototype/proto.js b/test/built-ins/TypedArrays/Float32Array/prototype/proto.js index be7aa52fc935ceac1aca07705fe07807bbec4a49..763c6209db61e8619433367ef6556a3f9ac42622 100644 --- a/test/built-ins/TypedArrays/Float32Array/prototype/proto.js +++ b/test/built-ins/TypedArrays/Float32Array/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Float32Array.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/Float64Array/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Float64Array/BYTES_PER_ELEMENT.js index c7f757a45ae98ded2c1795dcec9c7020d9044519..9e3691079adb50cf9108ce404f4fd4e9504bba5b 100644 --- a/test/built-ins/TypedArrays/Float64Array/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Float64Array/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float64Array/constructor.js b/test/built-ins/TypedArrays/Float64Array/constructor.js index ffe659ff7082ffdcd56abfaac444408337f9bbfb..433beee4acfa972237eba83ca98fb25b8ef231d3 100644 --- a/test/built-ins/TypedArrays/Float64Array/constructor.js +++ b/test/built-ins/TypedArrays/Float64Array/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Float64Array is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Float64Array/length.js b/test/built-ins/TypedArrays/Float64Array/length.js index 8d4cf37fc209f90afff096234c81ab2949470d27..4df50972b940022fc38d97dcc2f843be7bb19555 100644 --- a/test/built-ins/TypedArrays/Float64Array/length.js +++ b/test/built-ins/TypedArrays/Float64Array/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Float64Array.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Float64Array/name.js b/test/built-ins/TypedArrays/Float64Array/name.js index 1b26bf941fbc224e139b74957d612e5a1a4b0524..3a24030574d800915bdc6df9e772d986cb7ca92c 100644 --- a/test/built-ins/TypedArrays/Float64Array/name.js +++ b/test/built-ins/TypedArrays/Float64Array/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Float64Array.name is "Float64Array". info: > diff --git a/test/built-ins/TypedArrays/Float64Array/proto.js b/test/built-ins/TypedArrays/Float64Array/proto.js index 1593f7b46060d0bd6bca46b110658193865e174e..9b23c4206211906ae837991046ce22e7a67cb2fe 100644 --- a/test/built-ins/TypedArrays/Float64Array/proto.js +++ b/test/built-ins/TypedArrays/Float64Array/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Float64Array is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Float64Array/prototype.js b/test/built-ins/TypedArrays/Float64Array/prototype.js index 6a4fc7d46bfc846984c795202365a9bff9d80f2d..eaa1c7f5986c91d43b7706ca8653ac7cf0e4eb70 100644 --- a/test/built-ins/TypedArrays/Float64Array/prototype.js +++ b/test/built-ins/TypedArrays/Float64Array/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float64Array/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Float64Array/prototype/BYTES_PER_ELEMENT.js index 00200772b20d0590300a4651828ae180e039f71c..6cc9b315a4285f79884da477e644c9ed759a0962 100644 --- a/test/built-ins/TypedArrays/Float64Array/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Float64Array/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float64Array/prototype/constructor.js b/test/built-ins/TypedArrays/Float64Array/prototype/constructor.js index 1b7f70d84c0313ee459d25a4b4493d2e6aaf0477..bc32e05e0aaa3269457c4c579f85141743c9dfe1 100644 --- a/test/built-ins/TypedArrays/Float64Array/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Float64Array/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float64Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Float64Array/prototype/not-typedarray-object.js index 040cfdfd9248ba62efce61cb62681cfcb5b69162..8477acd6e72821a7c0c6dd81889a8cd59e0a402e 100644 --- a/test/built-ins/TypedArrays/Float64Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Float64Array/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Float64Array/prototype/proto.js b/test/built-ins/TypedArrays/Float64Array/prototype/proto.js index 8723c653e48c1bf665d490e712a03e469f45a502..0e0b32d70f3bcb3fc3c38de9b7df4c34477f1bad 100644 --- a/test/built-ins/TypedArrays/Float64Array/prototype/proto.js +++ b/test/built-ins/TypedArrays/Float64Array/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Float64Array.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/Int16Array/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Int16Array/BYTES_PER_ELEMENT.js index 9968e7e035380bb0a2a87af218c32cdc13b0448d..cc1b172dcf813f01378c48b06be3a04c2ce96627 100644 --- a/test/built-ins/TypedArrays/Int16Array/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Int16Array/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int16Array/constructor.js b/test/built-ins/TypedArrays/Int16Array/constructor.js index d87ba38233c68a9e8c2907672603ca75598ad43a..8138d47fc1cbfa24f861f401bcfdc6019f577796 100644 --- a/test/built-ins/TypedArrays/Int16Array/constructor.js +++ b/test/built-ins/TypedArrays/Int16Array/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Int16Array is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Int16Array/length.js b/test/built-ins/TypedArrays/Int16Array/length.js index 6d0286c869cc3d38b3068a8340d65fd4a45afed5..fa8ec44d3c2b0cedb1bd45a2ca741f6945c81c36 100644 --- a/test/built-ins/TypedArrays/Int16Array/length.js +++ b/test/built-ins/TypedArrays/Int16Array/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Int16Array.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Int16Array/name.js b/test/built-ins/TypedArrays/Int16Array/name.js index a5ff20f99f3fb6094eb58efbb5960d3844377f3a..adbac905fcee80c3edb9ad042b15c017f6f55e47 100644 --- a/test/built-ins/TypedArrays/Int16Array/name.js +++ b/test/built-ins/TypedArrays/Int16Array/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Int16Array.name is "Int16Array". info: > diff --git a/test/built-ins/TypedArrays/Int16Array/proto.js b/test/built-ins/TypedArrays/Int16Array/proto.js index d1fa53bbc8ac9c6293f2be60c5077333e7021c8a..c7a57dc76f619fec07318bfafecc4b05eb09727e 100644 --- a/test/built-ins/TypedArrays/Int16Array/proto.js +++ b/test/built-ins/TypedArrays/Int16Array/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Int16Array is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Int16Array/prototype.js b/test/built-ins/TypedArrays/Int16Array/prototype.js index 0ef409d14e94b92e7b33805ebb74c7176238e17b..7e47cf9a73c7e072fb64f48e397eca9568f02878 100644 --- a/test/built-ins/TypedArrays/Int16Array/prototype.js +++ b/test/built-ins/TypedArrays/Int16Array/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int16Array/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Int16Array/prototype/BYTES_PER_ELEMENT.js index d16dbb254684a7aa3f67655bda72c10c8da4de9e..d916d6e256696330627efb0b0cabcda4b8c641de 100644 --- a/test/built-ins/TypedArrays/Int16Array/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Int16Array/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int16Array/prototype/constructor.js b/test/built-ins/TypedArrays/Int16Array/prototype/constructor.js index e1a40604c3264cca6f80f6dd1024593d71415b77..f906f2ac4ec8341f0ca85a26303230c037290f72 100644 --- a/test/built-ins/TypedArrays/Int16Array/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Int16Array/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int16Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Int16Array/prototype/not-typedarray-object.js index b277f1a3ac40397a729d08e43c8483e73527571c..8bd306e7b184fa8821ed96b04a7b3fd437456f1f 100644 --- a/test/built-ins/TypedArrays/Int16Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Int16Array/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int16Array/prototype/proto.js b/test/built-ins/TypedArrays/Int16Array/prototype/proto.js index 6062dc8a50b7362246e3faa8627313476f20175e..d56931346d96a356d68bd51821222dcacfed20b8 100644 --- a/test/built-ins/TypedArrays/Int16Array/prototype/proto.js +++ b/test/built-ins/TypedArrays/Int16Array/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Int16Array.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/Int32Array/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Int32Array/BYTES_PER_ELEMENT.js index b7d62cce6aeeee0571f240475006f39d7db8b09d..1c5f2dbdfbd7177526121cabd70370411c49a265 100644 --- a/test/built-ins/TypedArrays/Int32Array/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Int32Array/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int32Array/constructor.js b/test/built-ins/TypedArrays/Int32Array/constructor.js index 0ecfe5a2c1452122c2b3fd3f24a3e20a2fe29606..fb5841496e2c9190c72935c5dd79b4f953a9ddd6 100644 --- a/test/built-ins/TypedArrays/Int32Array/constructor.js +++ b/test/built-ins/TypedArrays/Int32Array/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Int32Array is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Int32Array/length.js b/test/built-ins/TypedArrays/Int32Array/length.js index c7aa8177cc572b853fb5b0a57039c4fbd0816a42..8c7a792f0d2a8cf27c63730869df02913ec32c91 100644 --- a/test/built-ins/TypedArrays/Int32Array/length.js +++ b/test/built-ins/TypedArrays/Int32Array/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Int32Array.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Int32Array/name.js b/test/built-ins/TypedArrays/Int32Array/name.js index 04ed0815641d7a5818cf4b8566eb550e88e1fdd0..6b9ace1450cf62041b73b915b1d0852645b1f83a 100644 --- a/test/built-ins/TypedArrays/Int32Array/name.js +++ b/test/built-ins/TypedArrays/Int32Array/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Int32Array.name is "Int32Array". info: > diff --git a/test/built-ins/TypedArrays/Int32Array/proto.js b/test/built-ins/TypedArrays/Int32Array/proto.js index 7c66d3dfcd8a098f1027e15f34f737b01dcfdd7c..e390abd50fcfdc250353871dcb28f2992967e1b5 100644 --- a/test/built-ins/TypedArrays/Int32Array/proto.js +++ b/test/built-ins/TypedArrays/Int32Array/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Int32Array is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Int32Array/prototype.js b/test/built-ins/TypedArrays/Int32Array/prototype.js index 3fffdbf165e82c202618737d468451607d4bbea9..d9e9d2408c6bb9fa253ddf1b20b9ffbfa1dae7af 100644 --- a/test/built-ins/TypedArrays/Int32Array/prototype.js +++ b/test/built-ins/TypedArrays/Int32Array/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int32Array/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Int32Array/prototype/BYTES_PER_ELEMENT.js index 7cf54d8bfb6c6e0fc00f191792cf74784a64debd..35a1fbc58be2750f8982c9bdd2adc32225e3d754 100644 --- a/test/built-ins/TypedArrays/Int32Array/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Int32Array/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int32Array/prototype/constructor.js b/test/built-ins/TypedArrays/Int32Array/prototype/constructor.js index fe8fd8fbf66ed8c73d1e376975412523c2561aaa..8123db71442bb55e5b8f208a91a0c6a4793e19d1 100644 --- a/test/built-ins/TypedArrays/Int32Array/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Int32Array/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int32Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Int32Array/prototype/not-typedarray-object.js index 0fd9b8948405d0eb09c62fc8adbd550a18b9762f..32485e426949a6fdcba8378159d6ca65bda39ab8 100644 --- a/test/built-ins/TypedArrays/Int32Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Int32Array/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int32Array/prototype/proto.js b/test/built-ins/TypedArrays/Int32Array/prototype/proto.js index 5a08b728210afccb05dd5b761b137687826cf16c..b794f463466fc399e0244ad6f3305d968cefe0f4 100644 --- a/test/built-ins/TypedArrays/Int32Array/prototype/proto.js +++ b/test/built-ins/TypedArrays/Int32Array/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Int32Array.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/Int8Array/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Int8Array/BYTES_PER_ELEMENT.js index ead0674eaa7101f5ce8bbf6e2e9928d9c3370d82..99c9e685f2755b730d800626797ed715cf2a40e8 100644 --- a/test/built-ins/TypedArrays/Int8Array/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Int8Array/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int8Array/constructor.js b/test/built-ins/TypedArrays/Int8Array/constructor.js index 7dd8e916d39bfc105fd19622be09b6feed29a236..97074507be808ea768e9fbf2f71075b9499e0432 100644 --- a/test/built-ins/TypedArrays/Int8Array/constructor.js +++ b/test/built-ins/TypedArrays/Int8Array/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Int8Array is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Int8Array/length.js b/test/built-ins/TypedArrays/Int8Array/length.js index 042071baf73074cb86983557a47ed31ab32991e7..b55f7590df1f42449f38442a0d612e86e96520b1 100644 --- a/test/built-ins/TypedArrays/Int8Array/length.js +++ b/test/built-ins/TypedArrays/Int8Array/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Int8Array.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Int8Array/name.js b/test/built-ins/TypedArrays/Int8Array/name.js index f6f06b97c3d15b026f4a1b195411fa819d7f3cd0..88e258d5cfc2fe107a7db5d76a8b6c896c7a813d 100644 --- a/test/built-ins/TypedArrays/Int8Array/name.js +++ b/test/built-ins/TypedArrays/Int8Array/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Int8Array.name is "Int8Array". info: > diff --git a/test/built-ins/TypedArrays/Int8Array/proto.js b/test/built-ins/TypedArrays/Int8Array/proto.js index d9a6b7445521657073bda81ff4c21f76b75a8b78..86897e65268f26a6bfbcba71f10eede6ee3f0b4e 100644 --- a/test/built-ins/TypedArrays/Int8Array/proto.js +++ b/test/built-ins/TypedArrays/Int8Array/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Int8Array is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Int8Array/prototype.js b/test/built-ins/TypedArrays/Int8Array/prototype.js index 776d23e5b4de22072f519669cb95fb77d8d49c98..625d4f0a63b39acfa3a288ee2f248a3747c28f60 100644 --- a/test/built-ins/TypedArrays/Int8Array/prototype.js +++ b/test/built-ins/TypedArrays/Int8Array/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int8Array/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Int8Array/prototype/BYTES_PER_ELEMENT.js index 7ea04b4dc7cca131df9c8b5f7a4b2bbf23b20ea5..62f2444bbedfc5bfa48d216818d5ad1e5ebc203e 100644 --- a/test/built-ins/TypedArrays/Int8Array/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Int8Array/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js b/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js index 3eff21994160c10f2a8077fe9314b414b55a2cbd..ab119fb6ecbc06181dd405b5a8829894cbd994ea 100644 --- a/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Int8Array/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int8Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Int8Array/prototype/not-typedarray-object.js index 263b4115b5c8615754934936bb0f4331e5e0f3ae..294cac5110ac69655590101fc046a044bc3fc385 100644 --- a/test/built-ins/TypedArrays/Int8Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Int8Array/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Int8Array/prototype/proto.js b/test/built-ins/TypedArrays/Int8Array/prototype/proto.js index c65de67f186fd719ef66595d8284e51ba26b5da9..132dc58a32ba04b1b7f8ffffd2fe890127c68e05 100644 --- a/test/built-ins/TypedArrays/Int8Array/prototype/proto.js +++ b/test/built-ins/TypedArrays/Int8Array/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Int8Array.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/Uint16Array/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Uint16Array/BYTES_PER_ELEMENT.js index 1a5205892525b503355f1e92f9a2da76c4847af4..ef1ca46b876037a13cab0f3433c3c37b15a1cf92 100644 --- a/test/built-ins/TypedArrays/Uint16Array/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Uint16Array/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint16Array/constructor.js b/test/built-ins/TypedArrays/Uint16Array/constructor.js index 79dbf82aef390d83f6f26842ebc9b7e478897f1a..71fe8e8b0c5f8c732bf3928c41624db0f41ff051 100644 --- a/test/built-ins/TypedArrays/Uint16Array/constructor.js +++ b/test/built-ins/TypedArrays/Uint16Array/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Uint16Array is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Uint16Array/length.js b/test/built-ins/TypedArrays/Uint16Array/length.js index 9b54e8b91c1c062731ec2b5a9f844cd5237bf8f1..be14b905a4f7a53fcf42003c6e9aca653f772146 100644 --- a/test/built-ins/TypedArrays/Uint16Array/length.js +++ b/test/built-ins/TypedArrays/Uint16Array/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Uint16Array.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Uint16Array/name.js b/test/built-ins/TypedArrays/Uint16Array/name.js index e26a811db1781e7cf6dcd64d13dc0e28a51f81c8..3bb86993fc749911aa2d243170e0b184b3ecaa60 100644 --- a/test/built-ins/TypedArrays/Uint16Array/name.js +++ b/test/built-ins/TypedArrays/Uint16Array/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Uint16Array.name is "Uint16Array". info: > diff --git a/test/built-ins/TypedArrays/Uint16Array/proto.js b/test/built-ins/TypedArrays/Uint16Array/proto.js index 0dbb97a4a9df7075db655e6fe5ab0af51df62d1c..836b10221065d56703be1f541f25b012aedf6314 100644 --- a/test/built-ins/TypedArrays/Uint16Array/proto.js +++ b/test/built-ins/TypedArrays/Uint16Array/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Uint16Array is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Uint16Array/prototype.js b/test/built-ins/TypedArrays/Uint16Array/prototype.js index 0decd7356f9481309df6cc6499482bdbd8e63c48..6bfb2602ce2ca790f266d15ac9feac3da0c158ab 100644 --- a/test/built-ins/TypedArrays/Uint16Array/prototype.js +++ b/test/built-ins/TypedArrays/Uint16Array/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint16Array/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Uint16Array/prototype/BYTES_PER_ELEMENT.js index f0e11a48fc51da1395afb40b552a1afdc4cd62a5..a10a1cc9076aaa26e55613819ebfad88e761a51c 100644 --- a/test/built-ins/TypedArrays/Uint16Array/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Uint16Array/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint16Array/prototype/constructor.js b/test/built-ins/TypedArrays/Uint16Array/prototype/constructor.js index 48653c2826dd7f7514cd7aabc138658190da3d3d..5374c4ee6271f3f68184f7f7bf9e9f2078d03f36 100644 --- a/test/built-ins/TypedArrays/Uint16Array/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Uint16Array/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint16Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Uint16Array/prototype/not-typedarray-object.js index 4f24c6373c102ceb0fc9a54048081205c5b20729..b00e9a56ed915700e91fb28a5d75622325316cc9 100644 --- a/test/built-ins/TypedArrays/Uint16Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Uint16Array/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint16Array/prototype/proto.js b/test/built-ins/TypedArrays/Uint16Array/prototype/proto.js index 370c91c9bc0155e5b724bdcf0a2f39a85681f7c2..f4a78f1e0a084550e71e5f98712f8146e436f9a7 100644 --- a/test/built-ins/TypedArrays/Uint16Array/prototype/proto.js +++ b/test/built-ins/TypedArrays/Uint16Array/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Uint16Array.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/Uint32Array/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Uint32Array/BYTES_PER_ELEMENT.js index 02ecbfe29acdbc6b6618189ce4e23cdb6fd7c77d..1a281d0b2825924f9ba22ce30a38eeaa13887d21 100644 --- a/test/built-ins/TypedArrays/Uint32Array/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Uint32Array/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint32Array/constructor.js b/test/built-ins/TypedArrays/Uint32Array/constructor.js index 9b4c82d7098f3b575d974e139500518521d186bd..35872a6267e919ad701db1fbfc166de2919c502b 100644 --- a/test/built-ins/TypedArrays/Uint32Array/constructor.js +++ b/test/built-ins/TypedArrays/Uint32Array/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Uint32Array is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Uint32Array/length.js b/test/built-ins/TypedArrays/Uint32Array/length.js index 56db251b372cff19cb3eb44b745851e9f45fe9d2..6c38097480443df2e086e13c755b0143b25a21a0 100644 --- a/test/built-ins/TypedArrays/Uint32Array/length.js +++ b/test/built-ins/TypedArrays/Uint32Array/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Uint32Array.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Uint32Array/name.js b/test/built-ins/TypedArrays/Uint32Array/name.js index 5d3d0ae63e2328ae9b2d5afda77f939effc010b8..472e3cc36052f16e5d6b7a2b2e230d93b076294c 100644 --- a/test/built-ins/TypedArrays/Uint32Array/name.js +++ b/test/built-ins/TypedArrays/Uint32Array/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Uint32Array.name is "Uint32Array". info: > diff --git a/test/built-ins/TypedArrays/Uint32Array/proto.js b/test/built-ins/TypedArrays/Uint32Array/proto.js index e62f2d711902060d4970e1dfe555b6fc50670ad3..3eea0969f3a3056c9ddab09a6118bcafb1005765 100644 --- a/test/built-ins/TypedArrays/Uint32Array/proto.js +++ b/test/built-ins/TypedArrays/Uint32Array/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Uint32Array is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Uint32Array/prototype.js b/test/built-ins/TypedArrays/Uint32Array/prototype.js index cabdeffb0a2299e0d206c0fc1621e9c2679698d4..c23e2643df11da89147ba07104eeea3af0d84e53 100644 --- a/test/built-ins/TypedArrays/Uint32Array/prototype.js +++ b/test/built-ins/TypedArrays/Uint32Array/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint32Array/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Uint32Array/prototype/BYTES_PER_ELEMENT.js index 8039eb14c2c78b366c33e768569e688dc419c2d1..74042765bed3366f7b4cf6b4fc4f1aa0223d5ef1 100644 --- a/test/built-ins/TypedArrays/Uint32Array/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Uint32Array/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint32Array/prototype/constructor.js b/test/built-ins/TypedArrays/Uint32Array/prototype/constructor.js index 509a06737e7b15a466d019ef61a94216697b0e96..5f53b111e1a319fc48ed74b1e3a1f7bbfd06817f 100644 --- a/test/built-ins/TypedArrays/Uint32Array/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Uint32Array/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint32Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Uint32Array/prototype/not-typedarray-object.js index a6720280b0c48376c75d76b7f4c17c2edc42c6a6..5ca6e0e459f12fff70280932c8391ea7e338b057 100644 --- a/test/built-ins/TypedArrays/Uint32Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Uint32Array/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint32Array/prototype/proto.js b/test/built-ins/TypedArrays/Uint32Array/prototype/proto.js index 92c68297f05a0f5748c63ccc5481eeb82af110c9..eb024d698c113b23ce6ee565fc36e9d53fb89c9a 100644 --- a/test/built-ins/TypedArrays/Uint32Array/prototype/proto.js +++ b/test/built-ins/TypedArrays/Uint32Array/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Uint32Array.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/Uint8Array/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Uint8Array/BYTES_PER_ELEMENT.js index 1a7185d46a89832613340dcf8de1b5e265a9f879..abcf630c0a649a83c5dfa77f4ee9aa2614f7d6f1 100644 --- a/test/built-ins/TypedArrays/Uint8Array/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Uint8Array/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8Array/constructor.js b/test/built-ins/TypedArrays/Uint8Array/constructor.js index a54b74aba3a0d39788e17a7b212c6bbec74d559e..60cfeb4952a4b91d769864cd385e129a3c745700 100644 --- a/test/built-ins/TypedArrays/Uint8Array/constructor.js +++ b/test/built-ins/TypedArrays/Uint8Array/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Uint8Array is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Uint8Array/length.js b/test/built-ins/TypedArrays/Uint8Array/length.js index 78ef6305d5d1f5a607e9a1ed762d25b59d9f836e..13f7f079ed1d3d75a5c1555f99c26ace04864701 100644 --- a/test/built-ins/TypedArrays/Uint8Array/length.js +++ b/test/built-ins/TypedArrays/Uint8Array/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Uint8Array.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Uint8Array/name.js b/test/built-ins/TypedArrays/Uint8Array/name.js index f1e3f03a8c4ba6769003241e05621cd69703da40..b10d3cb2dc5c3e564dd8c8269b85b17c37cf902e 100644 --- a/test/built-ins/TypedArrays/Uint8Array/name.js +++ b/test/built-ins/TypedArrays/Uint8Array/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Uint8Array.name is "Uint8Array". info: > diff --git a/test/built-ins/TypedArrays/Uint8Array/proto.js b/test/built-ins/TypedArrays/Uint8Array/proto.js index 49698bd0ae116655f7443d1821fce5860cc5f440..4ab71c1d88a8178b8042e9411641a3513db74368 100644 --- a/test/built-ins/TypedArrays/Uint8Array/proto.js +++ b/test/built-ins/TypedArrays/Uint8Array/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Uint8Array is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Uint8Array/prototype.js b/test/built-ins/TypedArrays/Uint8Array/prototype.js index 99fdf36a205aa1785c63fcc4efaffb11a874144c..54258e79d49ff4f3b8a532ec40bc50a01993f178 100644 --- a/test/built-ins/TypedArrays/Uint8Array/prototype.js +++ b/test/built-ins/TypedArrays/Uint8Array/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8Array/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Uint8Array/prototype/BYTES_PER_ELEMENT.js index 74058dde320529b0937caddc1d3cd22f61e8315f..c37eefda5b2f859c2727328ae28eec4b47c5f1ca 100644 --- a/test/built-ins/TypedArrays/Uint8Array/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Uint8Array/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8Array/prototype/constructor.js b/test/built-ins/TypedArrays/Uint8Array/prototype/constructor.js index bd90f145b266dace6fdd0056fa47eb6adde1301b..ee21ba5bf8d1ade620917a040152248a1d018884 100644 --- a/test/built-ins/TypedArrays/Uint8Array/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Uint8Array/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Uint8Array/prototype/not-typedarray-object.js index 55b25be853d5fa4d47ac55089729f3ee17b47c58..9f083c814934cde1eb856d3f9be5898dc369da81 100644 --- a/test/built-ins/TypedArrays/Uint8Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Uint8Array/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8Array/prototype/proto.js b/test/built-ins/TypedArrays/Uint8Array/prototype/proto.js index c214a7cf59b9a9e23b549d5b889ec1d014b242b9..3799e433ee3076bf9176f65a01e9881e9a8b1734 100644 --- a/test/built-ins/TypedArrays/Uint8Array/prototype/proto.js +++ b/test/built-ins/TypedArrays/Uint8Array/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Uint8Array.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Uint8ClampedArray/BYTES_PER_ELEMENT.js index 49998f40acf4e83024596c4b331d725895850fa4..bde08a87d4d672f3f435827b9b33ebc96ba91943 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/constructor.js b/test/built-ins/TypedArrays/Uint8ClampedArray/constructor.js index 82c630381f8dc6d2dc2512af3709ef137591ec8b..cb34f735396a9c8aef4ad74a0c71d53f5f3e4405 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/constructor.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/constructor.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.4 +esid: sec-typedarray-constructors description: > Uint8ClampedArray is a constructor function. ---*/ diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/length.js b/test/built-ins/TypedArrays/Uint8ClampedArray/length.js index a08ca73700fa47bef9fbde831ecd462fb9bb0bbb..40a84a30b06bc498e87b3ca22f6f8e2b75a0814f 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/length.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Uint8ClampedArray.length is 3. info: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/name.js b/test/built-ins/TypedArrays/Uint8ClampedArray/name.js index a3105a2b1e60da4f32c7f118d8c23092df03e9a4..441bdc228635b8faed33df76ccf70ab72caa6bac 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/name.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > Uint8ClampedArray.name is "Uint8ClampedArray". info: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/proto.js b/test/built-ins/TypedArrays/Uint8ClampedArray/proto.js index c94c0c8deb687ccdd734fc7b9fc9347be0612acd..464acc9956675a48593a4f6eeaa283af1b60f5ec 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/proto.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.5 +esid: sec-properties-of-the-typedarray-constructors description: > The prototype of Uint8ClampedArray is %TypedArray%. info: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype.js b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype.js index 2a3a7e1117517a82b80737bb4eb92db7a877c550..a231904a51b22f6bafd4bb4a43f7a0316493d8cf 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/BYTES_PER_ELEMENT.js b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/BYTES_PER_ELEMENT.js index 554aae55a4da62e4881576b94d747ff4013f6f6a..9897c0c1e886dd13fee80cb5902c817c994e2ff2 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/BYTES_PER_ELEMENT.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/BYTES_PER_ELEMENT.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/constructor.js b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/constructor.js index 8d153d33df57dc0150189c1a7cec0eb44e438160..394269fa9060df8bf0b726207efb7eb6af7869eb 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/constructor.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/constructor.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js index 71a29c0d6402263ea6d836e849fa893132693408..689a01bb1dbf7c89600e1405b0d1fbc944b08b5b 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/not-typedarray-object.js @@ -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: > diff --git a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/proto.js b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/proto.js index 72a5c008e0c31ab212efc05dcf53b050fd581de4..a26821a458e8bf65a36a5bcbe0b4a9b3af687cba 100644 --- a/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/proto.js +++ b/test/built-ins/TypedArrays/Uint8ClampedArray/prototype/proto.js @@ -3,6 +3,7 @@ /*--- es6id: 22.2.6 +esid: sec-properties-of-typedarray-prototype-objects description: > The prototype of Uint8ClampedArray.prototype is %TypedArrayPrototype%. info: > diff --git a/test/built-ins/TypedArrays/internals/Get/indexed-value-sab.js b/test/built-ins/TypedArrays/internals/Get/indexed-value-sab.js index 2c0ab922ac30d63998a77ed095f21bc7cdf5cf97..4fa02f3134262bf91f94b220d8e06e72bf8f1af0 100644 --- a/test/built-ins/TypedArrays/internals/Get/indexed-value-sab.js +++ b/test/built-ins/TypedArrays/internals/Get/indexed-value-sab.js @@ -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] diff --git a/test/built-ins/TypedArrays/of/invoked-as-func.js b/test/built-ins/TypedArrays/of/invoked-as-func.js index 6a8bca5e0cd4a6689264f70bb7bda4392d0b669d..32c286c248640c82a0131077b3bb6f7056036dc3 100644 --- a/test/built-ins/TypedArrays/of/invoked-as-func.js +++ b/test/built-ins/TypedArrays/of/invoked-as-func.js @@ -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: >