mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 05:24:38 +02:00
add esid to array/prototype/toString tests
This commit is contained in:
parent
20b8c9b896
commit
2d13a07cc1
@ -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.tostring
|
||||||
info: >
|
info: >
|
||||||
The result of calling this function is the same as if
|
The result of calling this function is the same as if
|
||||||
the built-in join method were invoked for this object with no argument
|
the built-in join method were invoked for this object with no argument
|
||||||
|
@ -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.tostring
|
||||||
info: >
|
info: >
|
||||||
The result of calling this function is the same as if
|
The result of calling this function is the same as if
|
||||||
the built-in join method were invoked for this object with no argument
|
the built-in join method were invoked for this object with no argument
|
||||||
|
@ -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.tostring
|
||||||
info: >
|
info: >
|
||||||
The result of calling this function is the same as if
|
The result of calling this function is the same as if
|
||||||
the built-in join method were invoked for this object with no argument
|
the built-in join method were invoked for this object with no argument
|
||||||
|
@ -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.tostring
|
||||||
info: >
|
info: >
|
||||||
The result of calling this function is the same as if
|
The result of calling this function is the same as if
|
||||||
the built-in join method were invoked for this object with no argument
|
the built-in join method were invoked for this object with no argument
|
||||||
|
@ -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.tostring
|
||||||
info: "[[Get]] from not an inherited property"
|
info: "[[Get]] from not an inherited property"
|
||||||
es5id: 15.4.4.2_A3_T1
|
es5id: 15.4.4.2_A3_T1
|
||||||
description: "[[Prototype]] of Array instance is Array.prototype"
|
description: "[[Prototype]] of Array instance is Array.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.prototype.tostring
|
||||||
info: The toString property of Array can't be used as constructor
|
info: The toString property of Array can't be used as constructor
|
||||||
es5id: 15.4.4.2_A4.7
|
es5id: 15.4.4.2_A4.7
|
||||||
description: >
|
description: >
|
||||||
|
@ -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.tostring
|
||||||
es6id: 22.1.3.27
|
es6id: 22.1.3.27
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toString.name is "toString".
|
Array.prototype.toString.name is "toString".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user