Bug 177986

Summary: [JSC] Parser should not handle ASYNC as keyword
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2017-10-05 18:31:05 PDT
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
Yusuke Suzuki
Comment 1 2017-10-05 19:23:26 PDT
*** This bug has been marked as a duplicate of bug 176573 ***
Note You need to log in before you can comment on or make changes to this bug.