add esid to array/prototype/concat

This commit is contained in:
deathbearbrown 2017-06-29 09:53:27 -07:00 committed by Rick Waldron
parent 26ef14c315
commit c30216b959
40 changed files with 54 additions and 19 deletions

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es5id: 15.4.4.4-5-b-iii-3-b-1 es5id: 15.4.4.4-5-b-iii-3-b-1
description: > description: >
Array.prototype.concat will concat an Array when index property Array.prototype.concat will concat an Array when index property

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es5id: 15.4.4.4-5-c-i-1 es5id: 15.4.4.4-5-c-i-1
description: > description: >
Array.prototype.concat will concat an Array when index property Array.prototype.concat will concat an Array when index property

View File

@ -3,6 +3,7 @@
// found in the LICENSE file. // found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat array like length to string throws description: Array.prototype.concat array like length to string throws
---*/ ---*/

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat array like length valueOf throws description: Array.prototype.concat array like length valueOf throws
---*/ ---*/

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat array like negative length description: Array.prototype.concat array like negative length
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat array like primitive non number length description: Array.prototype.concat array like primitive non number length
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat array like string length description: Array.prototype.concat array like string length
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat array like to length throws description: Array.prototype.concat array like to length throws
---*/ ---*/

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat array like description: Array.prototype.concat array like
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat holey sloppy arguments description: Array.prototype.concat holey sloppy arguments
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat large typed array description: Array.prototype.concat large typed array
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat length throws description: Array.prototype.concat length throws
---*/ ---*/

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat no prototype description: Array.prototype.concat no prototype
---*/ ---*/

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: array-concat-non-array description: array-concat-non-array
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat sloppy arguments throws description: Array.prototype.concat sloppy arguments throws
---*/ ---*/

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat sloppy arguments with dupes description: Array.prototype.concat sloppy arguments with dupes
flags: [noStrict] flags: [noStrict]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat sloppy arguments description: Array.prototype.concat sloppy arguments
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat small typed array description: Array.prototype.concat small typed array
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat Symbol.isConcatSpreadable boolean wrapper description: Array.prototype.concat Symbol.isConcatSpreadable boolean wrapper
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat Symbol.isConcatSpreadable function description: Array.prototype.concat Symbol.isConcatSpreadable function
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat Symbol.isConcatSpreadable getter throws description: Array.prototype.concat Symbol.isConcatSpreadable getter throws
---*/ ---*/

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat Symbol.isConcatSpreadable number wrapper description: Array.prototype.concat Symbol.isConcatSpreadable number wrapper
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat Symbol.isConcatSpreadable reg exp description: Array.prototype.concat Symbol.isConcatSpreadable reg exp
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat Symbol.isConcatSpreadable sparse object description: Array.prototype.concat Symbol.isConcatSpreadable sparse object
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat Symbol.isConcatSpreadable string wrapper description: Array.prototype.concat Symbol.isConcatSpreadable string wrapper
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -4,6 +4,7 @@
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1_3 es6id: 22.1.3.1_3
description: Array.prototype.concat strict arguments description: Array.prototype.concat strict arguments
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
info: > info: >
When the concat method is called with zero or more arguments item1, item2, When the concat method is called with zero or more arguments item1, item2,
etc., it returns an array containing the array elements of the object followed by etc., it returns an array containing the array elements of the object followed by

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
info: > info: >
When the concat method is called with zero or more arguments item1, item2, When the concat method is called with zero or more arguments item1, item2,
etc., it returns an array containing the array elements of the object followed by etc., it returns an array containing the array elements of the object followed by

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
info: > info: >
When the concat method is called with zero or more arguments item1, item2, When the concat method is called with zero or more arguments item1, item2,
etc., it returns an array containing the array elements of the object followed by etc., it returns an array containing the array elements of the object followed by

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
info: > info: >
When the concat method is called with zero or more arguments item1, item2, When the concat method is called with zero or more arguments item1, item2,
etc., it returns an array containing the array elements of the object followed by etc., it returns an array containing the array elements of the object followed by

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
info: > info: >
The concat function is intentionally generic. The concat function is intentionally generic.
It does not require that its this value be an Array object It does not require that its this value be an Array object

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
info: > info: >
The concat function is intentionally generic. The concat function is intentionally generic.
It does not require that its this value be an Array object It does not require that its this value be an Array object

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
info: "[[Get]] from not an inherited property" info: "[[Get]] from not an inherited property"
es5id: 15.4.4.4_A3_T1 es5id: 15.4.4.4_A3_T1
description: > description: >

View File

@ -2,6 +2,7 @@
// See LICENSE or https://github.com/tc39/test262/blob/master/LICENSE // See LICENSE or https://github.com/tc39/test262/blob/master/LICENSE
/*--- /*---
esid: sec-array.prototype.concat
info: Array.prototype.concat uses [[Get]] on 'length' to determine array length info: Array.prototype.concat uses [[Get]] on 'length' to determine array length
es5id: 15.4.4.4_A3_T2 es5id: 15.4.4.4_A3_T2
description: > description: >

View File

@ -2,6 +2,7 @@
// See LICENSE or https://github.com/tc39/test262/blob/master/LICENSE // See LICENSE or https://github.com/tc39/test262/blob/master/LICENSE
/*--- /*---
esid: sec-array.prototype.concat
info: Array.prototype.concat uses [[Get]] on 'length' to determine array length info: Array.prototype.concat uses [[Get]] on 'length' to determine array length
es5id: 15.4.4.4_A3_T3 es5id: 15.4.4.4_A3_T3
description: > description: >

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es6id: 22.1.3.1 es6id: 22.1.3.1
esid: sec-array.prototype.concat
description: Error thrown when accessing `Symbol.isConcatSpreadable` property description: Error thrown when accessing `Symbol.isConcatSpreadable` property
info: > info: >
1. Let O be ToObject(this value). 1. Let O be ToObject(this value).

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1 es6id: 22.1.3.1
description: > description: >
The `Symbol.isConcatSpreadable` property is defined and coerces to `false` The `Symbol.isConcatSpreadable` property is defined and coerces to `false`

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1 es6id: 22.1.3.1
description: > description: >
The `Symbol.isConcatSpreadable` property is defined and coerces to `true` The `Symbol.isConcatSpreadable` property is defined and coerces to `true`

View File

@ -1,6 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved. // Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1 es6id: 22.1.3.1
description: > description: >
The `Symbol.isConcatSpreadable` property is defined as the value `undefined` The `Symbol.isConcatSpreadable` property is defined as the value `undefined`

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.concat
es6id: 22.1.3.1 es6id: 22.1.3.1
description: > description: >
Array.prototype.concat.name is "concat". Array.prototype.concat.name is "concat".