[Webkit-unassigned] [Bug 166919] "this" missing after await in async arrow function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 04:01:37 PST 2017


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

--- Comment #1 from GSkachkov <gskachkov at gmail.com> ---
Hmm, it seems that find route of issue. 
At start execution of arrow function we load _this_ from virtual scope and put it to _this_ register, but when we suspend async arrow function and resume after await, we resume with value from generator. at generatorThis, that is empty. I'll try to prepare fix during today.

-- 
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/20170111/2d171b57/attachment.html>


More information about the webkit-unassigned mailing list