add esid to array/prototype/reduceRight tests (#1118)

This commit is contained in:
Sue Lockwood 2017-06-30 07:45:25 -07:00 committed by Leo Balter
parent 051bbb88ff
commit 73ec5e6cd9
251 changed files with 287 additions and 36 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.reduceright
es5id: 15.4.4.22-1-1 es5id: 15.4.4.22-1-1
description: Array.prototype.reduceRight applied to undefined throws a TypeError description: Array.prototype.reduceRight applied to undefined throws a TypeError
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-1-10 es5id: 15.4.4.22-1-10
description: Array.prototype.reduceRight applied to the Math object description: Array.prototype.reduceRight applied to the Math 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.reduceright
es5id: 15.4.4.22-1-11 es5id: 15.4.4.22-1-11
description: Array.prototype.reduceRight applied to Date object description: Array.prototype.reduceRight applied to Date 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.reduceright
es5id: 15.4.4.22-1-12 es5id: 15.4.4.22-1-12
description: Array.prototype.reduceRight applied to RegExp object description: Array.prototype.reduceRight applied to RegExp 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.reduceright
es5id: 15.4.4.22-1-13 es5id: 15.4.4.22-1-13
description: Array.prototype.reduceRight applied to the JSON object description: Array.prototype.reduceRight applied to the JSON 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.reduceright
es5id: 15.4.4.22-1-14 es5id: 15.4.4.22-1-14
description: Array.prototype.reduceRight applied to Error object description: Array.prototype.reduceRight applied to Error 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.reduceright
es5id: 15.4.4.22-1-15 es5id: 15.4.4.22-1-15
description: Array.prototype.reduceRight applied to the Arguments object description: Array.prototype.reduceRight applied to the Arguments 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.reduceright
es5id: 15.4.4.22-1-2 es5id: 15.4.4.22-1-2
description: Array.prototype.reduceRight applied to null throws a TypeError description: Array.prototype.reduceRight applied to null throws a TypeError
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-1-3 es5id: 15.4.4.22-1-3
description: Array.prototype.reduceRight applied to boolean primitive description: Array.prototype.reduceRight applied to boolean primitive
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-1-4 es5id: 15.4.4.22-1-4
description: Array.prototype.reduceRight applied to Boolean object description: Array.prototype.reduceRight applied to Boolean 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.reduceright
es5id: 15.4.4.22-1-5 es5id: 15.4.4.22-1-5
description: Array.prototype.reduceRight applied to number primitive description: Array.prototype.reduceRight applied to number primitive
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-1-6 es5id: 15.4.4.22-1-6
description: Array.prototype.reduceRight applied to Number object description: Array.prototype.reduceRight applied to Number 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.reduceright
es5id: 15.4.4.22-1-7 es5id: 15.4.4.22-1-7
description: Array.prototype.reduceRight applied to string primitive description: Array.prototype.reduceRight applied to string primitive
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-1-8 es5id: 15.4.4.22-1-8
description: Array.prototype.reduceRight applied to String object description: Array.prototype.reduceRight applied to String 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.reduceright
es5id: 15.4.4.22-1-9 es5id: 15.4.4.22-1-9
description: Array.prototype.reduceRight applied to Function object description: Array.prototype.reduceRight applied to Function 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.reduceright
es5id: 15.4.4.22-10-1 es5id: 15.4.4.22-10-1
description: > description: >
Array.prototype.reduceRight doesn't mutate the Array on which it Array.prototype.reduceRight doesn't mutate the Array on which it

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.reduceright
es5id: 15.4.4.22-10-2 es5id: 15.4.4.22-10-2
description: > description: >
Array.prototype.reduceRight reduces array in descending order of Array.prototype.reduceRight reduces array in descending order of

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.reduceright
es5id: 15.4.4.22-10-3 es5id: 15.4.4.22-10-3
description: Array.prototype.reduceRight - subclassed array with length 1 description: Array.prototype.reduceRight - subclassed array with length 1
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-10-4 es5id: 15.4.4.22-10-4
description: > description: >
Array.prototype.reduceRight - subclassed array with length more Array.prototype.reduceRight - subclassed array with length more

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.reduceright
es5id: 15.4.4.22-10-5 es5id: 15.4.4.22-10-5
description: > description: >
Array.prototype.reduceRight reduces array in descending order of Array.prototype.reduceRight reduces array in descending order of

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.reduceright
es5id: 15.4.4.22-10-6 es5id: 15.4.4.22-10-6
description: > description: >
Array.prototype.reduceRight - subclassed array when initialvalue Array.prototype.reduceRight - subclassed array when initialvalue

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.reduceright
es5id: 15.4.4.22-10-7 es5id: 15.4.4.22-10-7
description: > description: >
Array.prototype.reduceRight - subclassed array when length to 1 Array.prototype.reduceRight - subclassed array when length to 1

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.reduceright
es5id: 15.4.4.22-10-8 es5id: 15.4.4.22-10-8
description: Array.prototype.reduceRight doesn't visit expandos description: Array.prototype.reduceRight doesn't visit expandos
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-2-1 es5id: 15.4.4.22-2-1
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-2-10 es5id: 15.4.4.22-2-10
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-2-11 es5id: 15.4.4.22-2-11
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-2-12 es5id: 15.4.4.22-2-12
description: > description: >
Array.prototype.reduceRight - 'length' is own accessor property Array.prototype.reduceRight - 'length' is own accessor 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.reduceright
es5id: 15.4.4.22-2-13 es5id: 15.4.4.22-2-13
description: > description: >
Array.prototype.reduceRight applied to the Array-like object that Array.prototype.reduceRight applied to the Array-like object that

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.reduceright
es5id: 15.4.4.22-2-14 es5id: 15.4.4.22-2-14
description: > description: >
Array.prototype.reduceRight applied to the Array-like object that Array.prototype.reduceRight applied to the Array-like object that

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.reduceright
es5id: 15.4.4.22-2-17 es5id: 15.4.4.22-2-17
description: > description: >
Array.prototype.reduceRight applied to the Arguments object, which Array.prototype.reduceRight applied to the Arguments object, which

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.reduceright
es5id: 15.4.4.22-2-18 es5id: 15.4.4.22-2-18
description: > description: >
Array.prototype.reduceRight applied to String object, which Array.prototype.reduceRight applied to String object, which

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.reduceright
es5id: 15.4.4.22-2-19 es5id: 15.4.4.22-2-19
description: > description: >
Array.prototype.reduceRight applied to Function object, which Array.prototype.reduceRight applied to Function object, which

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.reduceright
es5id: 15.4.4.22-2-2 es5id: 15.4.4.22-2-2
description: > description: >
Array.prototype.reduceRight - 'length' is own data property on an Array.prototype.reduceRight - 'length' is own data property on an

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.reduceright
es5id: 15.4.4.22-2-3 es5id: 15.4.4.22-2-3
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-2-4 es5id: 15.4.4.22-2-4
description: > description: >
Array.prototype.reduceRight - 'length' is own data property that Array.prototype.reduceRight - 'length' is own data property that

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.reduceright
es5id: 15.4.4.22-2-5 es5id: 15.4.4.22-2-5
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-2-6 es5id: 15.4.4.22-2-6
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-2-7 es5id: 15.4.4.22-2-7
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-2-8 es5id: 15.4.4.22-2-8
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-2-9 es5id: 15.4.4.22-2-9
description: > description: >
Array.prototype.reduceRight applied to Array-like object, 'length' Array.prototype.reduceRight applied to Array-like object, 'length'

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.reduceright
es5id: 15.4.4.22-3-1 es5id: 15.4.4.22-3-1
description: Array.prototype.reduceRight - value of 'length' is undefined description: Array.prototype.reduceRight - value of 'length' is 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.reduceright
es5id: 15.4.4.22-3-10 es5id: 15.4.4.22-3-10
description: > description: >
Array.prototype.reduceRight - value of 'length' is a number (value Array.prototype.reduceRight - value of 'length' is a number (value

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.reduceright
es5id: 15.4.4.22-3-11 es5id: 15.4.4.22-3-11
description: > description: >
Array.prototype.reduceRight - value of 'length' is a string Array.prototype.reduceRight - value of 'length' is a string

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.reduceright
es5id: 15.4.4.22-3-12 es5id: 15.4.4.22-3-12
description: > description: >
Array.prototype.reduceRight - value of 'length' is a string Array.prototype.reduceRight - value of 'length' is a string

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.reduceright
es5id: 15.4.4.22-3-13 es5id: 15.4.4.22-3-13
description: > description: >
Array.prototype.reduceRight - value of 'length' is a string Array.prototype.reduceRight - value of 'length' is a string

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.reduceright
es5id: 15.4.4.22-3-14 es5id: 15.4.4.22-3-14
description: > description: >
Array.prototype.reduceRight - value of 'length' is a string Array.prototype.reduceRight - value of 'length' is a string

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.reduceright
es5id: 15.4.4.22-3-15 es5id: 15.4.4.22-3-15
description: > description: >
Array.prototype.reduceRight - value of 'length' is a string Array.prototype.reduceRight - value of 'length' is a string

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.reduceright
es5id: 15.4.4.22-3-16 es5id: 15.4.4.22-3-16
description: > description: >
Array.prototype.reduceRight - value of 'length' is a string Array.prototype.reduceRight - value of 'length' is a string

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.reduceright
es5id: 15.4.4.22-3-17 es5id: 15.4.4.22-3-17
description: > description: >
Array.prototype.reduceRight - value of 'length' is a string Array.prototype.reduceRight - value of 'length' is a string

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.reduceright
es5id: 15.4.4.22-3-18 es5id: 15.4.4.22-3-18
description: > description: >
Array.prototype.reduceRight - value of 'length' is a string that Array.prototype.reduceRight - value of 'length' is a string that

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.reduceright
es5id: 15.4.4.22-3-19 es5id: 15.4.4.22-3-19
description: > description: >
Array.prototype.reduceRight - value of 'length' is an object which Array.prototype.reduceRight - value of 'length' is an object which

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.reduceright
es5id: 15.4.4.22-3-2 es5id: 15.4.4.22-3-2
description: > description: >
Array.prototype.reduceRight applied to an Array-like object, Array.prototype.reduceRight applied to an Array-like 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.reduceright
es5id: 15.4.4.22-3-20 es5id: 15.4.4.22-3-20
description: > description: >
Array.prototype.reduceRight - value of 'length' is an Object which Array.prototype.reduceRight - value of 'length' is an Object which

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.reduceright
es5id: 15.4.4.22-3-21 es5id: 15.4.4.22-3-21
description: > description: >
Array.prototype.reduceRight - 'length' is an object that has an Array.prototype.reduceRight - 'length' is an object that has an

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.reduceright
es5id: 15.4.4.22-3-22 es5id: 15.4.4.22-3-22
description: > description: >
Array.prototype.reduceRight throws TypeError exception when Array.prototype.reduceRight throws TypeError exception when

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.reduceright
es5id: 15.4.4.22-3-23 es5id: 15.4.4.22-3-23
description: > description: >
Array.prototype.reduceRight uses inherited valueOf method when Array.prototype.reduceRight uses inherited valueOf method when

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.reduceright
es5id: 15.4.4.22-3-24 es5id: 15.4.4.22-3-24
description: > description: >
Array.prototype.reduceRight - value of 'length' is a positive Array.prototype.reduceRight - value of 'length' is a positive

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.reduceright
es5id: 15.4.4.22-3-25 es5id: 15.4.4.22-3-25
description: > description: >
Array.prototype.reduceRight - value of 'length' is a negative Array.prototype.reduceRight - value of 'length' is a negative

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.reduceright
es5id: 15.4.4.22-3-3 es5id: 15.4.4.22-3-3
description: > description: >
Array.prototype.reduceRight - value of 'length' is a number (value Array.prototype.reduceRight - value of 'length' is a number (value

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.reduceright
es5id: 15.4.4.22-3-4 es5id: 15.4.4.22-3-4
description: > description: >
Array.prototype.reduceRight - value of 'length' is a number (value Array.prototype.reduceRight - value of 'length' is a number (value

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.reduceright
es5id: 15.4.4.22-3-5 es5id: 15.4.4.22-3-5
description: > description: >
Array.prototype.reduceRight - value of 'length' is a number (value Array.prototype.reduceRight - value of 'length' is a number (value

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.reduceright
es5id: 15.4.4.22-3-6 es5id: 15.4.4.22-3-6
description: > description: >
Array.prototype.reduceRight - value of 'length' is a number (value Array.prototype.reduceRight - value of 'length' is a number (value

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.reduceright
es5id: 15.4.4.22-3-7 es5id: 15.4.4.22-3-7
description: > description: >
Array.prototype.reduceRight - value of 'length' is a number (value Array.prototype.reduceRight - value of 'length' is a number (value

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.reduceright
es5id: 15.4.4.22-3-9 es5id: 15.4.4.22-3-9
description: > description: >
Array.prototype.reduceRight - value of 'length' is a number (value Array.prototype.reduceRight - value of 'length' is a number (value

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.reduceright
es5id: 15.4.4.22-4-1 es5id: 15.4.4.22-4-1
description: > description: >
Array.prototype.reduceRight throws TypeError if callbackfn is Array.prototype.reduceRight throws TypeError if callbackfn is

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.reduceright
es5id: 15.4.4.22-4-10 es5id: 15.4.4.22-4-10
description: > description: >
Array.prototype.reduceRight - the exception is not thrown if Array.prototype.reduceRight - the exception is not thrown if

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.reduceright
es5id: 15.4.4.22-4-11 es5id: 15.4.4.22-4-11
description: > description: >
Array.prototype.reduceRight - the exception is not thrown if Array.prototype.reduceRight - the exception is not thrown if

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.reduceright
es5id: 15.4.4.22-4-12 es5id: 15.4.4.22-4-12
description: Array.prototype.reduceRight - 'callbackfn' is a function description: Array.prototype.reduceRight - 'callbackfn' is a function
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-4-15 es5id: 15.4.4.22-4-15
description: > description: >
Array.prototype.reduceRight - calling with no callbackfn is the Array.prototype.reduceRight - calling with no callbackfn is the

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.reduceright
es5id: 15.4.4.22-4-2 es5id: 15.4.4.22-4-2
description: > description: >
Array.prototype.reduceRight throws ReferenceError if callbackfn is Array.prototype.reduceRight throws ReferenceError if callbackfn is

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.reduceright
es5id: 15.4.4.22-4-3 es5id: 15.4.4.22-4-3
description: Array.prototype.reduceRight throws TypeError if callbackfn is null description: Array.prototype.reduceRight throws TypeError if callbackfn is null
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-4-4 es5id: 15.4.4.22-4-4
description: > description: >
Array.prototype.reduceRight throws TypeError if callbackfn is Array.prototype.reduceRight throws TypeError if callbackfn is

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.reduceright
es5id: 15.4.4.22-4-5 es5id: 15.4.4.22-4-5
description: > description: >
Array.prototype.reduceRight throws TypeError if callbackfn is Array.prototype.reduceRight throws TypeError if callbackfn is

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.reduceright
es5id: 15.4.4.22-4-6 es5id: 15.4.4.22-4-6
description: > description: >
Array.prototype.reduceRight throws TypeError if callbackfn is Array.prototype.reduceRight throws TypeError if callbackfn is

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.reduceright
es5id: 15.4.4.22-4-7 es5id: 15.4.4.22-4-7
description: > description: >
Array.prototype.reduceRight throws TypeError if callbackfn is Array.prototype.reduceRight throws TypeError if callbackfn is

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.reduceright
es5id: 15.4.4.22-4-8 es5id: 15.4.4.22-4-8
description: > description: >
Array.prototype.reduceRight - side effects produced by step 2 are Array.prototype.reduceRight - side effects produced by step 2 are

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.reduceright
es5id: 15.4.4.22-4-9 es5id: 15.4.4.22-4-9
description: > description: >
Array.prototype.reduceRight - side effects produced by step 3 are Array.prototype.reduceRight - side effects produced by step 3 are

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.reduceright
es5id: 15.4.4.22-5-1 es5id: 15.4.4.22-5-1
description: > description: >
Array.prototype.reduceRight throws TypeError if 'length' is 0 Array.prototype.reduceRight throws TypeError if 'length' is 0

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.reduceright
es5id: 15.4.4.22-5-10 es5id: 15.4.4.22-5-10
description: > description: >
Array.prototype.reduceRight - side-effects produced by step 2 when Array.prototype.reduceRight - side-effects produced by step 2 when

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.reduceright
es5id: 15.4.4.22-5-11 es5id: 15.4.4.22-5-11
description: > description: >
Array.prototype.reduceRight - side-effects produced by step 3 when Array.prototype.reduceRight - side-effects produced by step 3 when

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.reduceright
es5id: 15.4.4.22-5-12 es5id: 15.4.4.22-5-12
description: > description: >
Array.prototype.reduceRight - the exception is not thrown if Array.prototype.reduceRight - the exception is not thrown if

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.reduceright
es5id: 15.4.4.22-5-13 es5id: 15.4.4.22-5-13
description: > description: >
Array.prototype.reduceRight - the exception is not thrown if Array.prototype.reduceRight - the exception is not thrown if

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.reduceright
es5id: 15.4.4.22-5-2 es5id: 15.4.4.22-5-2
description: > description: >
Array.prototype.reduceRight throws TypeError if 'length' is 0 Array.prototype.reduceRight throws TypeError if 'length' is 0

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.reduceright
es5id: 15.4.4.22-5-3 es5id: 15.4.4.22-5-3
description: > description: >
Array.prototype.reduceRight throws TypeError if 'length' is 0 Array.prototype.reduceRight throws TypeError if 'length' is 0

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.reduceright
es5id: 15.4.4.22-5-4 es5id: 15.4.4.22-5-4
description: > description: >
Array.prototype.reduceRight throws TypeError if 'length' is 0 Array.prototype.reduceRight throws TypeError if 'length' is 0

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.reduceright
es5id: 15.4.4.22-5-5 es5id: 15.4.4.22-5-5
description: > description: >
Array.prototype.reduceRight throws TypeError if 'length' is 0 Array.prototype.reduceRight throws TypeError if 'length' is 0

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.reduceright
es5id: 15.4.4.22-5-6 es5id: 15.4.4.22-5-6
description: > description: >
Array.prototype.reduceRight throws TypeError if 'length' is 0 Array.prototype.reduceRight throws TypeError if 'length' is 0

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.reduceright
es5id: 15.4.4.22-5-7 es5id: 15.4.4.22-5-7
description: > description: >
Array.prototype.reduceRight throws TypeError if 'length' is 0 Array.prototype.reduceRight throws TypeError if 'length' is 0

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.reduceright
es5id: 15.4.4.22-5-8 es5id: 15.4.4.22-5-8
description: > description: >
Array.prototype.reduceRight throws TypeError if 'length' is 0 Array.prototype.reduceRight throws TypeError if 'length' is 0

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.reduceright
es5id: 15.4.4.22-5-9 es5id: 15.4.4.22-5-9
description: > description: >
Array.prototype.reduceRight - 'initialValue' is returned if 'len' Array.prototype.reduceRight - 'initialValue' is returned if 'len'

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.reduceright
es5id: 15.4.4.22-7-1 es5id: 15.4.4.22-7-1
description: > description: >
Array.prototype.reduceRight returns initialValue if 'length' is 0 Array.prototype.reduceRight returns initialValue if 'length' is 0

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.reduceright
es5id: 15.4.4.22-7-10 es5id: 15.4.4.22-7-10
description: Array.prototype.reduceRight - 'initialValue' is present description: Array.prototype.reduceRight - 'initialValue' is present
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-7-11 es5id: 15.4.4.22-7-11
description: Array.prototype.reduceRight - 'initialValue' is not present description: Array.prototype.reduceRight - 'initialValue' is not present
---*/ ---*/

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.reduceright
es5id: 15.4.4.22-7-2 es5id: 15.4.4.22-7-2
description: > description: >
Array.prototype.reduceRight returns initialValue if 'length' is 0 Array.prototype.reduceRight returns initialValue if 'length' is 0

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.reduceright
es5id: 15.4.4.22-7-3 es5id: 15.4.4.22-7-3
description: > description: >
Array.prototype.reduceRight returns initialValue if 'length' is 0 Array.prototype.reduceRight returns initialValue if 'length' is 0

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.reduceright
es5id: 15.4.4.22-7-4 es5id: 15.4.4.22-7-4
description: > description: >
Array.prototype.reduceRight returns initialValue if 'length' is 0 Array.prototype.reduceRight returns initialValue if 'length' is 0

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.reduceright
es5id: 15.4.4.22-7-5 es5id: 15.4.4.22-7-5
description: > description: >
Array.prototype.reduceRight returns initialValue if 'length' is 0 Array.prototype.reduceRight returns initialValue if 'length' is 0

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.reduceright
es5id: 15.4.4.22-7-6 es5id: 15.4.4.22-7-6
description: > description: >
Array.prototype.reduceRight returns initialValue if 'length' is 0 Array.prototype.reduceRight returns initialValue if 'length' is 0

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.reduceright
es5id: 15.4.4.22-7-7 es5id: 15.4.4.22-7-7
description: > description: >
Array.prototype.reduceRight returns initialValue if 'length' is 0 Array.prototype.reduceRight returns initialValue if 'length' is 0

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.reduceright
es5id: 15.4.4.22-7-8 es5id: 15.4.4.22-7-8
description: > description: >
Array.prototype.reduceRight returns initialValue if 'length' is 0 Array.prototype.reduceRight returns initialValue if 'length' is 0

Some files were not shown because too many files have changed in this diff Show More