[Webkit-unassigned] [Bug 151586] [ES6] Propagate `this` usage from Generator's scope to GeneratorFunction's scope to avoid unnecessary `to_this` call.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 09:37:05 PDT 2016


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

Caitlin Potter (:caitp) <caitp at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caitp at igalia.com

--- Comment #1 from Caitlin Potter (:caitp) <caitp at igalia.com> ---
This issue also applies to async functions (https://bugs.webkit.org/show_bug.cgi?id=163760), which are implemented using the same "body as a separate function" approach.

This is also really the same issue which affects always storing the home object on async arrow function bodies, fixing this bug should solve both problems. I'll point those issues to this

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161028/93870bba/attachment-0001.html>


More information about the webkit-unassigned mailing list