RESOLVED FIXED 140908
Parse a function expression as a primary expression
https://bugs.webkit.org/show_bug.cgi?id=140908
Summary Parse a function expression as a primary expression
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.