mirror of https://github.com/tc39/test262.git
remove S# notes from esid
This commit is contained in:
parent
ea88caaedf
commit
5c4a2c087e
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue