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. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es6id: 9.4.4.7 es6id: 9.4.4.7
esid: sec-%arrayiteratorprototype%.next S22 esid: sec-%arrayiteratorprototype%.next
description: > description: >
Prior to being exhausted, iterators for mapped arguments exotic objects Prior to being exhausted, iterators for mapped arguments exotic objects
should honor the insertion of additional argument values. 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. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
es6id: 9.4.4.7 es6id: 9.4.4.7
esid: sec-%arrayiteratorprototype%.next S22 esid: sec-%arrayiteratorprototype%.next
description: > description: >
Mapped arguments exotic objects should implement the Array iterator Mapped arguments exotic objects should implement the Array iterator
protocol. protocol.

View File

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

View File

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

View File

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