Searched refs:COMPONENT_IF (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | pre_define.ts | 145 export const COMPONENT_IF: string = 'If'; constant
|
| D | process_component_build.ts | 31 COMPONENT_IF, 678 ts.factory.createIdentifier(COMPONENT_IF), 1397 …newStatements.push(createComponentCreationStatement(node, [ifCreate, newIfNode], COMPONENT_IF, isG… 1492 …processComponentBlock(block, false, log, false, isBuilder, COMPONENT_IF, undefined, isGlobalBuilde… 1506 return ts.factory.createIdentifier(COMPONENT_IF); 2691 …if (!idName && parent === COMPONENT_IF && ts.isPropertyAccessExpression(current) && current.name && 2705 if (parent === COMPONENT_IF && ts.isPropertyAccessExpression(current) && current.name &&
|
| D | ets_checker.ts | 48 COMPONENT_IF, 772 appComponentCollection.get(path.join(sourceFileNode.fileName)).add(COMPONENT_IF);
|