Bug 140908

Summary: Parse a function expression as a primary expression
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: JavaScriptCoreAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, fpizlo, ggaren, mark.lam, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 140491    
Attachments:
Description Flags
Cleanup
none
Mention failIfStackOverflow() mark.lam: review+

Ryosuke Niwa
Reported 2015-01-26 16:21:15 PST
A function expression is a primary expression according to ES6 spec: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-primary-expression Follow the spec's convention in our code.
Attachments
Cleanup (2.74 KB, patch)
2015-01-26 16:28 PST, Ryosuke Niwa
no flags
Mention failIfStackOverflow() (2.79 KB, patch)
2015-01-26 16:30 PST, Ryosuke Niwa
mark.lam: review+
Ryosuke Niwa
Comment 1 2015-01-26 16:28:46 PST
Ryosuke Niwa
Comment 2 2015-01-26 16:30:08 PST
Created attachment 245386 [details] Mention failIfStackOverflow()
Mark Lam
Comment 3 2015-01-26 16:32:39 PST
Comment on attachment 245386 [details] Mention failIfStackOverflow() r=me
Ryosuke Niwa
Comment 4 2015-01-26 17:14:15 PST
Note You need to log in before you can comment on or make changes to this bug.