Closed
Bug 1225395
Opened 10 years ago
Closed 10 years ago
MapIterator and SetIterator have a non-spec IteratorIdentity on their prototypes
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1225396
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | affected |
People
(Reporter: bzbarsky, Unassigned)
References
Details
I don't see why it needs to be there, since it's on %IteratorPrototype% anyway...
Flags: needinfo?(efaustbmo)
| Reporter | ||
Comment 1•10 years ago
|
||
Ah, looks like the thing on %IteratorPrototype% is something weird: it doesn't actually have IteratorIdentity as its Symbol.iterator. :(
Comment 2•10 years ago
|
||
Patches in bug 1225396 get rid of this.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(efaustbmo)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•