WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Mention failIfStackOverflow()
(2.79 KB, patch)
2015-01-26 16:30 PST
,
Ryosuke Niwa
mark.lam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2015-01-26 16:28:46 PST
Created
attachment 245385
[details]
Cleanup
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
Committed
r179159
: <
http://trac.webkit.org/changeset/179159
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug