remove S# notes from esid

This commit is contained in:
deathbearbrown 2017-07-21 13:24:06 -07:00 committed by Rick Waldron
parent ea88caaedf
commit 5c4a2c087e
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 9.4.4.7
esid: sec-%arrayiteratorprototype%.next S22
esid: sec-%arrayiteratorprototype%.next
description: >
Prior to being exhausted, iterators for mapped arguments exotic objects
should honor the insertion of additional argument values.

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 9.4.4.7
esid: sec-%arrayiteratorprototype%.next S22
esid: sec-%arrayiteratorprototype%.next
description: >
Mapped arguments exotic objects should implement the Array iterator
protocol.

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 9.4.4.7
esid: sec-%arrayiteratorprototype%.next S22
esid: sec-%arrayiteratorprototype%.next
description: >
Prior to being exhausted, iterators for mapped arguments exotic objects
should honor argument removal.

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 9.4.4.6
esid: sec-%arrayiteratorprototype%.next S7
esid: sec-%arrayiteratorprototype%.next
description: >
Once exhausted, iterators for unmapped arguments exotic objects should not
emit new values added to the object.

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 9.4.4.6
esid: sec-%arrayiteratorprototype%.next S7
esid: sec-%arrayiteratorprototype%.next
description: >
Unmapped arguments exotic objects should implement the Array iterator
protocol.

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 9.4.4.6
esid: sec-%arrayiteratorprototype%.next S7
esid: sec-%arrayiteratorprototype%.next
description: >
Prior to being exhausted, iterators for unmapped arguments exotic objects
should honor argument removal.