mirror of https://github.com/tc39/test262.git
Add esid to Array/isArray front matter
This commit is contained in:
parent
5ad8dc4219
commit
2f4d0be4b8
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-0-1
|
es5id: 15.4.3.2-0-1
|
||||||
description: Array.isArray must exist as a function
|
description: Array.isArray must exist as a function
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-0-2
|
es5id: 15.4.3.2-0-2
|
||||||
description: Array.isArray must exist as a function taking 1 parameter
|
description: Array.isArray must exist as a function taking 1 parameter
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-0-3
|
es5id: 15.4.3.2-0-3
|
||||||
description: Array.isArray return true if its argument is an Array
|
description: Array.isArray return true if its argument is an Array
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-0-4
|
es5id: 15.4.3.2-0-4
|
||||||
description: Array.isArray return false if its argument is not an Array
|
description: Array.isArray return false if its argument is not an Array
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-0-5
|
es5id: 15.4.3.2-0-5
|
||||||
description: >
|
description: >
|
||||||
Array.isArray return true if its argument is an Array
|
Array.isArray return true if its argument is an Array
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-0-6
|
es5id: 15.4.3.2-0-6
|
||||||
description: Array.isArray return true if its argument is an Array (new Array())
|
description: Array.isArray return true if its argument is an Array (new Array())
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-0-7
|
es5id: 15.4.3.2-0-7
|
||||||
description: Array.isArray returns false if its argument is not an Array
|
description: Array.isArray returns false if its argument is not an Array
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-1
|
es5id: 15.4.3.2-1-1
|
||||||
description: Array.isArray applied to boolean primitive
|
description: Array.isArray applied to boolean primitive
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-10
|
es5id: 15.4.3.2-1-10
|
||||||
description: Array.isArray applied to RegExp object
|
description: Array.isArray applied to RegExp object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-11
|
es5id: 15.4.3.2-1-11
|
||||||
description: Array.isArray applied to the JSON object
|
description: Array.isArray applied to the JSON object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-12
|
es5id: 15.4.3.2-1-12
|
||||||
description: Array.isArray applied to Error object
|
description: Array.isArray applied to Error object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-13
|
es5id: 15.4.3.2-1-13
|
||||||
description: Array.isArray applied to Arguments object
|
description: Array.isArray applied to Arguments object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-15
|
es5id: 15.4.3.2-1-15
|
||||||
description: Array.isArray applied to the global object
|
description: Array.isArray applied to the global object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-2
|
es5id: 15.4.3.2-1-2
|
||||||
description: Array.isArray applied to Boolean Object
|
description: Array.isArray applied to Boolean Object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-3
|
es5id: 15.4.3.2-1-3
|
||||||
description: Array.isArray applied to number primitive
|
description: Array.isArray applied to number primitive
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-4
|
es5id: 15.4.3.2-1-4
|
||||||
description: Array.isArray applied to Number object
|
description: Array.isArray applied to Number object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-5
|
es5id: 15.4.3.2-1-5
|
||||||
description: Array.isArray applied to string primitive
|
description: Array.isArray applied to string primitive
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-6
|
es5id: 15.4.3.2-1-6
|
||||||
description: Array.isArray applied to String object
|
description: Array.isArray applied to String object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-7
|
es5id: 15.4.3.2-1-7
|
||||||
description: Array.isArray applied to Function object
|
description: Array.isArray applied to Function object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-8
|
es5id: 15.4.3.2-1-8
|
||||||
description: Array.isArray applied to the Math object
|
description: Array.isArray applied to the Math object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-1-9
|
es5id: 15.4.3.2-1-9
|
||||||
description: Array.isArray applied to Date object
|
description: Array.isArray applied to Date object
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-2-1
|
es5id: 15.4.3.2-2-1
|
||||||
description: Array.isArray applied to an object with an array as the prototype
|
description: Array.isArray applied to an object with an array as the prototype
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-2-2
|
es5id: 15.4.3.2-2-2
|
||||||
description: >
|
description: >
|
||||||
Array.isArray applied to an object with Array.prototype as the
|
Array.isArray applied to an object with Array.prototype as the
|
||||||
|
|
|
@ -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.isarray
|
||||||
es5id: 15.4.3.2-2-3
|
es5id: 15.4.3.2-2-3
|
||||||
description: >
|
description: >
|
||||||
Array.isArray applied to an Array-like object with length and some
|
Array.isArray applied to an Array-like object with length and some
|
||||||
|
|
|
@ -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.isarray
|
||||||
es6id: 22.1.2.2
|
es6id: 22.1.2.2
|
||||||
description: >
|
description: >
|
||||||
Array.isArray.name is "isArray".
|
Array.isArray.name is "isArray".
|
||||||
|
|
Loading…
Reference in New Issue