[Bug 17648] [Awaiting ES6] Add iterators

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

Allen Wirfs-Brock <allen@wirfs-brock.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allen@wirfs-brock.com

--- Comment #13 from Allen Wirfs-Brock <allen@wirfs-brock.com> ---
(In reply to Cameron McCormack from comment #12)
> I wasn't sure what to do about @@toStringTag, as some properties with this
> name in the ES6 spec are configurable and some are not.  Just added an
> ednote for now.

That's a bug in the ES6 spec (now fixed in my draft)

All standard @@toStringTag properties should be non-writable (unless an
accessor), non-enumerable, and configurable

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 5 October 2014 17:11:48 UTC