add esid to array/prototype/toString tests

This commit is contained in:
deathbearbrown 2017-06-30 14:24:07 -07:00 committed by Rick Waldron
parent 20b8c9b896
commit 2d13a07cc1
7 changed files with 19 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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: >

View File

@ -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".