Bug 156085

Summary: Web Inspector: ScriptSyntaxTree doesn't handle RestElement AST nodes
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix
none
[IMAGE] After none

Joseph Pecoraro
Reported 2016-03-31 14:51:29 PDT
* SUMMARY ScriptSyntaxTree doesn't handle RestElement AST nodes. This means it doesn't provide type bubbles for code which uses rest params. * TEST function foo(...things) { console.log(things); }
Attachments
[PATCH] Proposed Fix (17.01 KB, patch)
2016-03-31 14:57 PDT, Joseph Pecoraro
no flags
[IMAGE] After (89.08 KB, image/png)
2016-03-31 14:58 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-03-31 14:57:29 PDT
Created attachment 275333 [details] [PATCH] Proposed Fix
Radar WebKit Bug Importer
Comment 2 2016-03-31 14:57:46 PDT
Joseph Pecoraro
Comment 3 2016-03-31 14:58:57 PDT
Created attachment 275334 [details] [IMAGE] After
Saam Barati
Comment 4 2016-03-31 14:59:18 PDT
Comment on attachment 275333 [details] [PATCH] Proposed Fix r=me
WebKit Commit Bot
Comment 5 2016-03-31 15:50:31 PDT
Comment on attachment 275333 [details] [PATCH] Proposed Fix Clearing flags on attachment: 275333 Committed r198925: <http://trac.webkit.org/changeset/198925>
WebKit Commit Bot
Comment 6 2016-03-31 15:50:36 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.