[Webkit-unassigned] [Bug 166695] [ESNext] Async iteration - Implement Async Generator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 27 13:21:36 PDT 2017


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

--- Comment #50 from GSkachkov <gskachkov at gmail.com> ---
Comment on attachment 305496
  --> https://bugs.webkit.org/attachment.cgi?id=305496
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=305496&action=review

>> Source/JavaScriptCore/builtins/AsyncGeneratorPrototype.js:114
>> +                                        const restartResumeNext = true;
> 
> There's no need to recurse here, really. You can just call AsyncGeneratorResumeNext at the end of the method instead (and, you could even PTC to it in that case, since there's no generator on the stack at this point)

I fixed in new patch, I hope it is what you mean.

-- 
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/20170327/ad49aacd/attachment-0001.html>


More information about the webkit-unassigned mailing list