diff --git a/test/built-ins/ArrayBuffer/Symbol.species/length.js b/test/built-ins/ArrayBuffer/Symbol.species/length.js index fe55fc4a39..4fb5dafead 100644 --- a/test/built-ins/ArrayBuffer/Symbol.species/length.js +++ b/test/built-ins/ArrayBuffer/Symbol.species/length.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-get-arraybuffer-@@species es6id: 24.1.3.3 description: > get ArrayBuffer [ @@species ].length is 0. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Float32Array.js b/test/built-ins/ArrayIteratorPrototype/next/Float32Array.js index 67ed0d8c60..584d140ca1 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Float32Array.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Float32Array.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Float64Array.js b/test/built-ins/ArrayIteratorPrototype/next/Float64Array.js index 57765209f4..4d50d88629 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Float64Array.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Float64Array.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Int16Array.js b/test/built-ins/ArrayIteratorPrototype/next/Int16Array.js index 5434acf04a..554c55aa0e 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Int16Array.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Int16Array.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Int32Array.js b/test/built-ins/ArrayIteratorPrototype/next/Int32Array.js index 808d2bea2e..e992bbe2ca 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Int32Array.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Int32Array.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Int8Array.js b/test/built-ins/ArrayIteratorPrototype/next/Int8Array.js index 691ceac985..fdfb8caccf 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Int8Array.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Int8Array.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Uint16Array.js b/test/built-ins/ArrayIteratorPrototype/next/Uint16Array.js index 71bc384563..355f890430 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Uint16Array.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Uint16Array.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Uint32Array.js b/test/built-ins/ArrayIteratorPrototype/next/Uint32Array.js index 2dad30c2d0..c8ef5fb211 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Uint32Array.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Uint32Array.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Uint8Array.js b/test/built-ins/ArrayIteratorPrototype/next/Uint8Array.js index c4e38787a3..698d032e18 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Uint8Array.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Uint8Array.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/Uint8ClampedArray.js b/test/built-ins/ArrayIteratorPrototype/next/Uint8ClampedArray.js index 2b801733fb..7f8b8d9648 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/Uint8ClampedArray.js +++ b/test/built-ins/ArrayIteratorPrototype/next/Uint8ClampedArray.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > Visits each element of the array in order and ceases iteration once all values have been visited. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-after-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-after-exhaustion.js index 64ddfd74f9..5d2b000a77 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-after-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-after-exhaustion.js @@ -1,7 +1,8 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 9.4.4.7 S22 +es6id: 9.4.4.7 +esid: sec-%arrayiteratorprototype%.next description: > Once exhausted, iterators for mapped arguments exotic objects should not emit new values added to the object. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js index 8c5d8e8e23..f7cf2c3ac2 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-expansion-before-exhaustion.js @@ -1,7 +1,8 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 9.4.4.7 S22 +es6id: 9.4.4.7 +esid: sec-%arrayiteratorprototype%.next S22 description: > Prior to being exhausted, iterators for mapped arguments exotic objects should honor the insertion of additional argument values. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-iteration.js b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-iteration.js index e3470522d4..3a0aeaaa7d 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-iteration.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-iteration.js @@ -1,7 +1,8 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 9.4.4.7 S22 +es6id: 9.4.4.7 +esid: sec-%arrayiteratorprototype%.next S22 description: > Mapped arguments exotic objects should implement the Array iterator protocol. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js index 152ecc9b66..87f5d25c4b 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-mapped-truncation-before-exhaustion.js @@ -1,7 +1,8 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 9.4.4.7 S22 +es6id: 9.4.4.7 +esid: sec-%arrayiteratorprototype%.next S22 description: > Prior to being exhausted, iterators for mapped arguments exotic objects should honor argument removal. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-after-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-after-exhaustion.js index 17f505cad6..936653cca8 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-after-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-after-exhaustion.js @@ -1,7 +1,8 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 9.4.4.6 S7 +es6id: 9.4.4.6 +esid: sec-%arrayiteratorprototype%.next S7 description: > Once exhausted, iterators for unmapped arguments exotic objects should not emit new values added to the object. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-before-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-before-exhaustion.js index 2fc01b3b04..d7ad14a815 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-before-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-expansion-before-exhaustion.js @@ -1,7 +1,8 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 9.4.4.6 S7 +es6id: 9.4.4.6 +esid: sec-%arrayiteratorprototype%.next description: > Prior to being exhausted, iterators for unmapped arguments exotic objects should honor the insertion of additional argument values. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-iteration.js b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-iteration.js index 67b64308a1..86aaab71bc 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-iteration.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-iteration.js @@ -1,7 +1,8 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 9.4.4.6 S7 +es6id: 9.4.4.6 +esid: sec-%arrayiteratorprototype%.next S7 description: > Unmapped arguments exotic objects should implement the Array iterator protocol. diff --git a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js index dda37efb68..ec5a5ab11a 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js +++ b/test/built-ins/ArrayIteratorPrototype/next/args-unmapped-truncation-before-exhaustion.js @@ -1,7 +1,8 @@ // Copyright (C) 2014 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -es6id: 9.4.4.6 S7 +es6id: 9.4.4.6 +esid: sec-%arrayiteratorprototype%.next S7 description: > Prior to being exhausted, iterators for unmapped arguments exotic objects should honor argument removal. diff --git a/test/built-ins/ArrayIteratorPrototype/next/iteration-mutable.js b/test/built-ins/ArrayIteratorPrototype/next/iteration-mutable.js index 8b9be978ad..373bfa30d5 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/iteration-mutable.js +++ b/test/built-ins/ArrayIteratorPrototype/next/iteration-mutable.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- + esid: sec-%arrayiteratorprototype%.next description: > When an item is added to the array after the iterator is created but before the iterator is "done" (as defined by 22.1.5.2.1), the new item diff --git a/test/built-ins/ArrayIteratorPrototype/next/iteration.js b/test/built-ins/ArrayIteratorPrototype/next/iteration.js index b31f19ca01..b2f908653d 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/iteration.js +++ b/test/built-ins/ArrayIteratorPrototype/next/iteration.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- + esid: sec-%arrayiteratorprototype%.next description: > The method should return a valid iterator with the context as the IteratedObject. diff --git a/test/built-ins/ArrayIteratorPrototype/next/length.js b/test/built-ins/ArrayIteratorPrototype/next/length.js index dfef2e6c19..e7c2ffde4e 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/length.js +++ b/test/built-ins/ArrayIteratorPrototype/next/length.js @@ -3,6 +3,7 @@ /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > %ArrayIteratorPrototype%.next.length is 0. info: > diff --git a/test/built-ins/ArrayIteratorPrototype/next/name.js b/test/built-ins/ArrayIteratorPrototype/next/name.js index 02fc021255..b94ec6eda1 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/name.js +++ b/test/built-ins/ArrayIteratorPrototype/next/name.js @@ -3,6 +3,7 @@ /*--- es6id: 22.1.5.2.1 +esid: sec-%arrayiteratorprototype%.next description: > %ArrayIteratorPrototype%.next.name is "next". info: > diff --git a/test/built-ins/ArrayIteratorPrototype/next/non-own-slots.js b/test/built-ins/ArrayIteratorPrototype/next/non-own-slots.js index 822dfe908a..c232327f91 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/non-own-slots.js +++ b/test/built-ins/ArrayIteratorPrototype/next/non-own-slots.js @@ -6,6 +6,7 @@ If the `this` value does not have all of the internal slots of an Array Iterator Instance (22.1.5.3), throw a TypeError exception. es6id: 22.1.5.2.1 + esid: sec-%arrayiteratorprototype%.next ---*/ var array = [0]; diff --git a/test/built-ins/ArrayIteratorPrototype/next/property-descriptor.js b/test/built-ins/ArrayIteratorPrototype/next/property-descriptor.js index f04d40fce1..808b2fea03 100644 --- a/test/built-ins/ArrayIteratorPrototype/next/property-descriptor.js +++ b/test/built-ins/ArrayIteratorPrototype/next/property-descriptor.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- + esid: sec-%arrayiteratorprototype%.next description: > The method should exist on the ArrayIterator prototype, and it should be writable and configurable, but not enumerable.