Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12766] CodeProcessor: If a function is skipped, the context isn't established properly when it is processed later

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-02-19T19:56:55.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.1.0, 2013 Sprint 04 JS, 2013 Sprint 04
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneePraveen Innamuri
Created2013-02-15T23:56:50.000+0000
Updated2017-03-09T00:24:53.000+0000

Description

When processUnvisitedCode is true and a function is skipped, the context is not established properly, causing a crash
if (false) {
function foo(){}
}

Comments

  1. Lee Morris 2017-03-09

    Closing ticket as fixed.

JSON Source