Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dpre_define.ts146 export const COMPONENT_FOREACH: string = 'ForEach'; constant
164 COMPONENT_FOREACH, COMPONENT_LAZYFOREACH
Dprocess_component_build.ts26 COMPONENT_FOREACH,
1403 if (node.expression.expression.getText() === COMPONENT_FOREACH) {
1405 … newStatements.push(createComponentCreationStatement(node, newForEachStatements, COMPONENT_FOREACH,
1425 node.expression.expression.getText() === COMPONENT_FOREACH;
1438 ts.factory.createIdentifier(node.expression.getText() === COMPONENT_FOREACH ?
1514 ts.factory.createIdentifier(node.expression.getText() === COMPONENT_FOREACH ?
2967 } else if (name === COMPONENT_FOREACH || name === COMPONENT_LAZYFOREACH) {
Dvalidate_ui_syntax.ts29 COMPONENT_FOREACH,
751 return componentName === COMPONENT_FOREACH || componentName === COMPONENT_LAZYFOREACH;