Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts1138 const newForEachStatements: ts.Statement[] = []; constant
1156 newForEachStatements.push(propertyNode, itemGenFunctionStatement, updateFunctionStatement);
1157 …newStatements.push(createComponentCreationStatement(node, newForEachStatements, COMPONENT_FOREACH,…