[Bug 26985] Remove requirement for prose around iterable<> if object has indexed properties

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

--- Comment #9 from Boris Zbarsky <bzbarsky@mit.edu> ---
Implementations could work around (temporary?) lack of Array.prototype.values
by defining .values mapping to a CreateArrayIterator thing directly on the
prototypes of indexed things with iterators.  Those could then be removed,
hopefully, if/when Array.prototype.values becomes a thing.

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

Received on Sunday, 18 October 2015 16:28:00 UTC