Bug 153975 - Parser should detect error before calls to parseAssignmentExpression()
Summary: Parser should detect error before calls to parseAssignmentExpression()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-07 23:05 PST by Filip Pizlo
Modified: 2016-02-08 10:53 PST (History)
5 users (show)

See Also:


Attachments
the patch (1.95 KB, patch)
2016-02-07 23:11 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (1.95 KB, patch)
2016-02-07 23:12 PST, Filip Pizlo
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2016-02-07 23:05:50 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2016-02-07 23:11:26 PST
Created attachment 270845 [details]
the patch
Comment 2 Filip Pizlo 2016-02-07 23:12:18 PST
Created attachment 270846 [details]
the patch
Comment 3 Saam Barati 2016-02-08 09:08:51 PST
Comment on attachment 270846 [details]
the patch

I'm surprised we only had one such call site :)
Comment 4 Filip Pizlo 2016-02-08 10:51:46 PST
(In reply to comment #3)
> Comment on attachment 270846 [details]
> the patch
> 
> I'm surprised we only had one such call site :)

Maybe there are others?
Comment 5 Filip Pizlo 2016-02-08 10:53:23 PST
Landed in http://trac.webkit.org/changeset/196258