mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 04:24:40 +02:00
add esid to array/prototype/reduceRight tests (#1118)
This commit is contained in:
parent
051bbb88ff
commit
73ec5e6cd9
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to undefined throws a TypeError
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to the Math object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to Date object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to RegExp object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to the JSON object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to Error object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to the Arguments object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to null throws a TypeError
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to boolean primitive
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to Boolean object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to number primitive
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to Number object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to string primitive
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to String object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight applied to Function object
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight doesn't mutate the Array on which it
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight reduces array in descending order of
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight - subclassed array with length 1
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - subclassed array with length more
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight reduces array in descending order of
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - subclassed array when initialvalue
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - subclassed array when length to 1
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight doesn't visit expandos
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - 'length' is own accessor property
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to the Array-like object that
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to the Array-like object that
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to the Arguments object, which
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to String object, which
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Function object, which
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - 'length' is own data property on an
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - 'length' is own data property that
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to Array-like object, 'length'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight - value of 'length' is undefined
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a number (value
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a string
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a string
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a string
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a string
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a string
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a string
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a string
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a string that
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is an object which
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight applied to an Array-like object,
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is an Object which
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - 'length' is an object that has an
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError exception when
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight uses inherited valueOf method when
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a positive
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a negative
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a number (value
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a number (value
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a number (value
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a number (value
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a number (value
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - value of 'length' is a number (value
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if callbackfn is
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - the exception is not thrown if
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - the exception is not thrown if
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight - 'callbackfn' is a function
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - calling with no callbackfn is the
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws ReferenceError if callbackfn is
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight throws TypeError if callbackfn is null
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if callbackfn is
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if callbackfn is
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if callbackfn is
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if callbackfn is
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - side effects produced by step 2 are
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - side effects produced by step 3 are
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - side-effects produced by step 2 when
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - side-effects produced by step 3 when
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - the exception is not thrown if
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - the exception is not thrown if
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight throws TypeError if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight - 'initialValue' is returned if 'len'
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight returns initialValue if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight - 'initialValue' is present
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: Array.prototype.reduceRight - 'initialValue' is not present
|
||||
---*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight returns initialValue if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight returns initialValue if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight returns initialValue if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight returns initialValue if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight returns initialValue if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
Array.prototype.reduceRight returns initialValue if 'length' is 0
|
||||
|
@ -2,6 +2,7 @@
|
||||
// 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
|
||||
description: >
|
||||
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
Loading…
x
Reference in New Issue
Block a user