mirror of https://github.com/tc39/test262.git
add esid to ArrayIterator/toStringTag tests
This commit is contained in:
parent
4327cdb207
commit
bd21c97126
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-%arrayiteratorprototype%-@@tostringtag
|
||||
description: >
|
||||
`Symbol.toStringTag` property descriptor
|
||||
info: >
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-%arrayiteratorprototype%-@@tostringtag
|
||||
description: >
|
||||
The @@toStringTag attribute should be defined directly on the prototype.
|
||||
es6id: 22.1.5.2.2
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-%arrayiteratorprototype%-@@tostringtag
|
||||
description: >
|
||||
`Object.prototype.toString` should honor the value of the @@toStringTag
|
||||
attribute.
|
||||
|
|
Loading…
Reference in New Issue