[Webkit-unassigned] [Bug 131698] Simple ES6 feature: Array.from

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 13 15:42:48 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=131698

--- Comment #7 from Oliver Hunt <oliver at apple.com> ---
I would actually say that the hardest part here will be updating the builtins generation logic to support constructor/static functions.

The subsequent logic would be to expose (as a private global) the Symbol object, with @@iterator attached. (You'd still need to use for-of.  Our internal iterator implementation doesn't match spec behaviour for reasons best summed up as "performance")

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150113/c83e599c/attachment-0002.html>


More information about the webkit-unassigned mailing list