Bug 164087

Summary: [JSC] GeneratorWrapperFunction and GeneratorBodyFunction should be merged into a single Function
Product: WebKit Reporter: Caitlin Potter (:caitp) <caitp>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=223533

Description Caitlin Potter (:caitp) 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.