Home
last modified time | relevance | path

Searched refs:newIfNode (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts1392 …const newIfNode: ts.IfStatement = processInnerIfStatement(node, 0, log, isBuilder, isGlobalBuilder… constant
1395 newStatements.push(ifCreate, newIfNode, ifPop);
1397 …newStatements.push(createComponentCreationStatement(node, [ifCreate, newIfNode], COMPONENT_IF, isG…
1415 const newIfNode: ts.IfStatement = ts.factory.updateIfStatement( constant
1417 return newIfNode;