add esid to ArrayIterator/toStringTag tests

This commit is contained in:
deathbearbrown 2017-07-05 09:53:12 -07:00 committed by Rick Waldron
parent 4327cdb207
commit bd21c97126
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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