mirror of https://github.com/tc39/test262.git
add esid to array/prototype/some tests
This commit is contained in:
parent
da291ca3b1
commit
474237a725
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-1-1
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-10
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-11
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-12
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-13
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-14
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-15
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-2
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-3
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-4
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-5
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-6
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-7
|
||||
description: Array.prototype.some applied to 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.some
|
||||
es5id: 15.4.4.17-1-8
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-1-9
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-2-1
|
||||
description: >
|
||||
Array.prototype.some - '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.some
|
||||
es5id: 15.4.4.17-2-10
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an inherited accessor property
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-11
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an own accessor property
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-12
|
||||
description: >
|
||||
Array.prototype.some - 'length' is own accessor property without a
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-13
|
||||
description: >
|
||||
Array.prototype.some - 'length' is inherited accessor property
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-14
|
||||
description: >
|
||||
Array.prototype.some - 'length' property doesn't exist on an
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-17
|
||||
description: >
|
||||
Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-2-18
|
||||
description: >
|
||||
Array.prototype.some applied to String object which implements its
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-19
|
||||
description: >
|
||||
Array.prototype.some applied to Function object which implements
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-2
|
||||
description: Array.prototype.some - 'length' is own data property on an Array
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-3
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an 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.some
|
||||
es5id: 15.4.4.17-2-4
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an 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.some
|
||||
es5id: 15.4.4.17-2-5
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an 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.some
|
||||
es5id: 15.4.4.17-2-6
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an inherited data property on
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-7
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an own accessor property on an
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-8
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an own accessor property that
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-2-9
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an own accessor property that
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-1
|
||||
description: Array.prototype.some - 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.some
|
||||
es5id: 15.4.4.17-3-10
|
||||
description: Array.prototype.some - value of 'length' is a number (value is NaN)
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-11
|
||||
description: >
|
||||
Array.prototype.some - 'length' is a string containing a positive
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-12
|
||||
description: >
|
||||
Array.prototype.some - 'length' is a string containing a negative
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-13
|
||||
description: >
|
||||
Array.prototype.some - 'length' is a string containing a decimal
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-14
|
||||
description: Array.prototype.some - 'length' is a string containing +/-Infinity
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-15
|
||||
description: >
|
||||
Array.prototype.some - 'length' is a string containing an
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-16
|
||||
description: Array.prototype.some - 'length' is a string containing a hex number
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-17
|
||||
description: >
|
||||
Array.prototype.some - 'length' is a string containing a number
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-18
|
||||
description: >
|
||||
Array.prototype.some - value of 'length' is a string that can't
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-19
|
||||
description: >
|
||||
Array.prototype.some - value of 'length' is an Object which has an
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-2
|
||||
description: >
|
||||
Array.prototype.some on an Array-like object if 'length' is 1
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-20
|
||||
description: >
|
||||
Array.prototype.some - value of 'length' is an Object which has an
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-21
|
||||
description: >
|
||||
Array.prototype.some - 'length' is an object that has an own
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-22
|
||||
description: >
|
||||
Array.prototype.some throws TypeError exception when 'length' is
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-23
|
||||
description: >
|
||||
Array.prototype.some uses inherited valueOf method when 'length'
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-24
|
||||
description: >
|
||||
Array.prototype.some - 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.some
|
||||
es5id: 15.4.4.17-3-25
|
||||
description: Array.prototype.some - value of 'length' is a negative non-integer
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-28
|
||||
description: Array.prototype.some - value of 'length' is boundary value (2^32)
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-29
|
||||
description: >
|
||||
Array.prototype.some - value of 'length' is boundary value (2^32 +
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-3
|
||||
description: Array.prototype.some - value of 'length' is a number (value is 0)
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-4
|
||||
description: Array.prototype.some - value of 'length' is a number (value is +0)
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-5
|
||||
description: Array.prototype.some - value of 'length' is a number (value is -0)
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-6
|
||||
description: >
|
||||
Array.prototype.some - value of 'length' is a number (value is
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-7
|
||||
description: >
|
||||
Array.prototype.some - value of 'length' is a number (value is
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-8
|
||||
description: >
|
||||
Array.prototype.some - value of 'length' is a number (value is
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-3-9
|
||||
description: >
|
||||
Array.prototype.some - value of 'length' is a number (value is
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-1
|
||||
description: Array.prototype.some throws TypeError if callbackfn is undefined
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-10
|
||||
description: >
|
||||
Array.prototype.some - the exception is not thrown if exception
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-11
|
||||
description: >
|
||||
Array.prototype.some - the exception is not thrown if exception
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-12
|
||||
description: Array.prototype.some - '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.some
|
||||
es5id: 15.4.4.17-4-15
|
||||
description: >
|
||||
Array.prototype.some - calling with no callbackfn is the same as
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-2
|
||||
description: >
|
||||
Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-4-3
|
||||
description: Array.prototype.some 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.some
|
||||
es5id: 15.4.4.17-4-4
|
||||
description: Array.prototype.some throws TypeError if callbackfn is boolean
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-5
|
||||
description: Array.prototype.some throws TypeError if callbackfn is number
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-6
|
||||
description: Array.prototype.some throws TypeError if callbackfn is string
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-7
|
||||
description: >
|
||||
Array.prototype.some throws TypeError if callbackfn is Object
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-8
|
||||
description: >
|
||||
Array.prototype.some - side effects produced by step 2 are visible
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-4-9
|
||||
description: >
|
||||
Array.prototype.some - side effects produced by step 3 are visible
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-1-s
|
||||
description: Array.prototype.some - thisArg not passed to strict callbackfn
|
||||
flags: [noStrict]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-1
|
||||
description: Array.prototype.some - thisArg is passed
|
||||
flags: [noStrict]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-10
|
||||
description: Array.prototype.some - Array Object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-11
|
||||
description: Array.prototype.some - String object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-12
|
||||
description: Array.prototype.some - Boolean object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-13
|
||||
description: Array.prototype.some - Number object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-14
|
||||
description: Array.prototype.some - the Math object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-15
|
||||
description: Array.prototype.some - Date object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-16
|
||||
description: Array.prototype.some - RegExp object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-17
|
||||
description: Array.prototype.some - the JSON object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-18
|
||||
description: Array.prototype.some - Error object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-19
|
||||
description: Array.prototype.some - the Arguments object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-2
|
||||
description: Array.prototype.some - thisArg is Object
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-21
|
||||
description: Array.prototype.some - the global object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-22
|
||||
description: Array.prototype.some - boolean primitive can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-23
|
||||
description: Array.prototype.some - number primitive can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-24
|
||||
description: Array.prototype.some - string primitive can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-25
|
||||
description: Array.prototype.some - thisArg not passed
|
||||
flags: [noStrict]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-3
|
||||
description: Array.prototype.some - thisArg is Array
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-4
|
||||
description: >
|
||||
Array.prototype.some - thisArg is object from object
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-5
|
||||
description: Array.prototype.some - thisArg is object from object template
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-6
|
||||
description: Array.prototype.some - thisArg is function
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-7
|
||||
description: Array.prototype.some - built-in functions can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-5-9
|
||||
description: Array.prototype.some - Function Object can be used as thisArg
|
||||
---*/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-7-1
|
||||
description: >
|
||||
Array.prototype.some considers new elements added to array after
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-7-2
|
||||
description: >
|
||||
Array.prototype.some considers new value of elements in array
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-7-3
|
||||
description: >
|
||||
Array.prototype.some doesn't visit deleted elements in array after
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.some
|
||||
es5id: 15.4.4.17-7-4
|
||||
description: >
|
||||
Array.prototype.some doesn't visit deleted elements when
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue