Bug 164087
| Summary: | [JSC] GeneratorWrapperFunction and GeneratorBodyFunction should be merged into a single Function | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Caitlin Potter (:caitp) <caitp> |
| Component: | JavaScriptCore | Assignee: | 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 | ||
Caitlin Potter (:caitp)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |