[Bug 26183] make it easier to define an iterator on an interface that iterates over a set of values

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26183

Erik Arvidsson <arv@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arv@google.com

--- Comment #6 from Erik Arvidsson <arv@google.com> ---
(In reply to Boris Zbarsky from comment #5)
> > MapLikeIterable => keys(), values(), entries(), [Symbol.iterator](), forEach, with key-value semantics.
> 
> I see no Symbol.iterator on Map in ES6.  Am I just missing it?

https://people.mozilla.org/~jorendorff/es6-draft.html#sec-map.prototype-@@iterator

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 16 September 2014 20:57:47 UTC