Skip to content

Commit

Permalink
remove S# notes from esid
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbearbrown authored and rwaldron committed Jul 25, 2017
1 parent ea88caa commit 5c4a2c0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down
Expand Up @@ -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.
Expand Down

0 comments on commit 5c4a2c0

Please sign in to comment.