diff --git a/test/built-ins/Array/prototype/fill/coerced-indexes.js b/test/built-ins/Array/prototype/fill/coerced-indexes.js index a8323cc8d1..708fc13a58 100644 --- a/test/built-ins/Array/prototype/fill/coerced-indexes.js +++ b/test/built-ins/Array/prototype/fill/coerced-indexes.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Fills elements from coerced to Integer `start` and `end` values diff --git a/test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.js b/test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.js index f6165c1864..728bdf078e 100644 --- a/test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.js +++ b/test/built-ins/Array/prototype/fill/fill-values-custom-start-and-end.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Fills all the elements from a with a custom start and end indexes. diff --git a/test/built-ins/Array/prototype/fill/fill-values-relative-end.js b/test/built-ins/Array/prototype/fill/fill-values-relative-end.js index 184ccc681b..b0305e3d85 100644 --- a/test/built-ins/Array/prototype/fill/fill-values-relative-end.js +++ b/test/built-ins/Array/prototype/fill/fill-values-relative-end.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Fills all the elements from a with a custom start index. diff --git a/test/built-ins/Array/prototype/fill/fill-values-relative-start.js b/test/built-ins/Array/prototype/fill/fill-values-relative-start.js index 4c8b7571e4..ed8de7e80a 100644 --- a/test/built-ins/Array/prototype/fill/fill-values-relative-start.js +++ b/test/built-ins/Array/prototype/fill/fill-values-relative-start.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Fills all the elements from a with a custom start index. diff --git a/test/built-ins/Array/prototype/fill/fill-values.js b/test/built-ins/Array/prototype/fill/fill-values.js index 702be31993..04aba188c9 100644 --- a/test/built-ins/Array/prototype/fill/fill-values.js +++ b/test/built-ins/Array/prototype/fill/fill-values.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Fills all the elements with `value` from a defaul start and index. diff --git a/test/built-ins/Array/prototype/fill/length.js b/test/built-ins/Array/prototype/fill/length.js index b0cccf4e38..ad598dfa67 100644 --- a/test/built-ins/Array/prototype/fill/length.js +++ b/test/built-ins/Array/prototype/fill/length.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: Array.prototype.fill.length value and descriptor. info: > diff --git a/test/built-ins/Array/prototype/fill/name.js b/test/built-ins/Array/prototype/fill/name.js index 19a94fc21e..0d767f9551 100644 --- a/test/built-ins/Array/prototype/fill/name.js +++ b/test/built-ins/Array/prototype/fill/name.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Array.prototype.fill.name value and descriptor. diff --git a/test/built-ins/Array/prototype/fill/prop-desc.js b/test/built-ins/Array/prototype/fill/prop-desc.js index 5b632fe681..5b4cd66b6d 100644 --- a/test/built-ins/Array/prototype/fill/prop-desc.js +++ b/test/built-ins/Array/prototype/fill/prop-desc.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: Property type and descriptor. info: > diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.js index ec648edbed..6c8590b100 100644 --- a/test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.js +++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-end-as-symbol.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Return abrupt from ToInteger(end) as a Symbol. diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-end.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-end.js index e6c0bdb76f..80e52e3312 100644 --- a/test/built-ins/Array/prototype/fill/return-abrupt-from-end.js +++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-end.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Return abrupt from ToInteger(end). diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.js index 53e478f018..b3b44c4894 100644 --- a/test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.js +++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-setting-property-value.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Return abrupt from setting a property value. diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.js index 891bc7e0cd..d5b8d9d6c4 100644 --- a/test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.js +++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-start-as-symbol.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Return abrupt from ToInteger(start) as a Symbol. diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-start.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-start.js index a31a04f2f1..f8196a2f33 100644 --- a/test/built-ins/Array/prototype/fill/return-abrupt-from-start.js +++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-start.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Return abrupt from ToInteger(start). diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.js index f8ba7cab38..9a04b7598e 100644 --- a/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.js +++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length-as-symbol.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Return abrupt from ToLength(Get(O, "length")) where length is a Symbol. diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length.js index 1325cb90b0..4f3f935744 100644 --- a/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length.js +++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-this-length.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Return abrupt from ToLength(Get(O, "length")). diff --git a/test/built-ins/Array/prototype/fill/return-abrupt-from-this.js b/test/built-ins/Array/prototype/fill/return-abrupt-from-this.js index 7de04a410a..035f5ea461 100644 --- a/test/built-ins/Array/prototype/fill/return-abrupt-from-this.js +++ b/test/built-ins/Array/prototype/fill/return-abrupt-from-this.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Return abrupt from ToObject(this value). diff --git a/test/built-ins/Array/prototype/fill/return-this.js b/test/built-ins/Array/prototype/fill/return-this.js index 7d00936aa8..3819ab2e66 100644 --- a/test/built-ins/Array/prototype/fill/return-this.js +++ b/test/built-ins/Array/prototype/fill/return-this.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-array.prototype.fill es6id: 22.1.3.6 description: > Returns `this`.