| Summary: | Occurrences are not marked for ThrowStatements | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> | ||||
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 6.0 | ||||||
| Target Milestone: | 7.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Mac OS X | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 244740 [details]
fix
Adds support for marking occurrences in throw statements.
|
Consider the following snippet: var e = 'don\'t do it man'; switch(a) { case 1: { throw e; foo; } } 1. select 'e' in the var decl 2. notice 'e' in 'throw e;' is not marked