NEW 164087
[JSC] GeneratorWrapperFunction and GeneratorBodyFunction should be merged into a single Function
https://bugs.webkit.org/show_bug.cgi?id=164087
Summary [JSC] GeneratorWrapperFunction and GeneratorBodyFunction should be merged int...
Caitlin Potter (:caitp)
Reported 2016-10-27 15:37:59 PDT
Currently, the generator body (and also async function body) is compiled as a separate function from the user-visible generator wrapper. This is inconvenient for the front-end in some minor ways.
Attachments
Note You need to log in before you can comment on or make changes to this bug.