Bug 278589
Summary: | [JSC] Disallow yield/await expressions in class field initializers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dan Hecht <dan.hecht> |
Component: | JavaScriptCore | Assignee: | Dan Hecht <dan.hecht> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dan Hecht
The original attempt at fixing this (bug 276438) did not handle the case of async arrow expressions used in class field initializers. This bug will track a fix that handles that case properly.
<rdar://132338331>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dan Hecht
Pull request: https://github.com/WebKit/WebKit/pull/32653
EWS
Committed 282819@main (83c375677006): <https://commits.webkit.org/282819@main>
Reviewed commits have been landed. Closing PR #32653 and removing active labels.