mirror of https://github.com/tc39/test262.git
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.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.tostring
|
||||
info: >
|
||||
The result of calling this function is the same as if
|
||||
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.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.tostring
|
||||
info: >
|
||||
The result of calling this function is the same as if
|
||||
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.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.tostring
|
||||
info: >
|
||||
The result of calling this function is the same as if
|
||||
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.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.tostring
|
||||
info: >
|
||||
The result of calling this function is the same as if
|
||||
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.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.tostring
|
||||
info: "[[Get]] from not an inherited property"
|
||||
es5id: 15.4.4.2_A3_T1
|
||||
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.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.tostring
|
||||
info: The toString property of Array can't be used as constructor
|
||||
es5id: 15.4.4.2_A4.7
|
||||
description: >
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-array.prototype.tostring
|
||||
es6id: 22.1.3.27
|
||||
description: >
|
||||
Array.prototype.toString.name is "toString".
|
||||
|
|
Loading…
Reference in New Issue