Bug 51268

Summary: [JSC] parseAssignmentExpression should use TreeBuilder::CreatesAST
Product: WebKit Reporter: Ariya Hidayat <ariya.hidayat>
Component: New BugsAssignee: Ariya Hidayat <ariya.hidayat>
Status: RESOLVED FIXED    
Severity: Normal CC: oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
[JSC] parseAssignmentExpression should use TreeBuilder::CreatesAST none

Description Ariya Hidayat 2010-12-17 12:05:25 PST
[JSC] parseAssignmentExpression should use TreeBuilder::CreatesAST
Comment 1 Ariya Hidayat 2010-12-17 12:06:01 PST
Created attachment 76900 [details]
[JSC] parseAssignmentExpression should use TreeBuilder::CreatesAST
Comment 2 Ariya Hidayat 2010-12-17 15:11:18 PST
With the patch, there won't be any difference in the code path for JSParser + SyntaxChecker. Currently, the flow will continue to execute createAssignment() function. With the patch, that is skipped all together.
Comment 3 Oliver Hunt 2010-12-17 15:12:32 PST
Comment on attachment 76900 [details]
[JSC] parseAssignmentExpression should use TreeBuilder::CreatesAST

r=me
Comment 4 Ariya Hidayat 2010-12-17 15:28:56 PST
Comment on attachment 76900 [details]
[JSC] parseAssignmentExpression should use TreeBuilder::CreatesAST

Clearing flags on attachment: 76900

Committed r74299: <http://trac.webkit.org/changeset/74299>
Comment 5 Ariya Hidayat 2010-12-17 15:29:05 PST
All reviewed patches have been landed.  Closing bug.