Bug 177986
Summary: | [JSC] Parser should not handle ASYNC as keyword | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Yusuke Suzuki
It is first introduced for performance. But async is not a keyword, and this special handling complicates Parser code.
We should explore the way to keep performance while we change it to usual non-keyword.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
*** This bug has been marked as a duplicate of bug 176573 ***