Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts1108 const popNode: ts.ExpressionStatement = ts.factory.createExpressionStatement(createFunction( constant
1133 newStatements.push(node, popNode);
1139 const popNode: ts.ExpressionStatement = ts.factory.createExpressionStatement(createFunction( constant
1157 …mponentCreationStatement(node, newForEachStatements, COMPONENT_FOREACH, isGlobalBuilder), popNode);
1161 popNode], true));
1163 …ents.push(ts.factory.createBlock([itemGenFunctionStatement, lazyForEachStatement, popNode], true));
2464 const popNode: ts.Statement = ts.factory.createExpressionStatement( constant
2467 statements.push(popNode);
2468 updateStatements.push(popNode);