Searched refs:COMPONENT_IF (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | pre_define.ts | 151 export const COMPONENT_IF: string = 'If'; constant
|
| D | process_component_build.ts | 31 COMPONENT_IF, 831 ts.factory.createIdentifier(COMPONENT_IF), 1690 newStatements.push(createComponentCreationStatement(node, ifStatements, COMPONENT_IF, 1789 …processComponentBlock(block, false, log, false, isBuilder, COMPONENT_IF, undefined, isGlobalBuilde… 1803 return ts.factory.createIdentifier(COMPONENT_IF); 3050 …if (!idName && parent === COMPONENT_IF && ts.isPropertyAccessExpression(current) && current.name && 3064 if (parent === COMPONENT_IF && ts.isPropertyAccessExpression(current) && current.name &&
|
| D | ets_checker.ts | 51 COMPONENT_IF, 1059 appComponentCollection.get(path.join(sourceFileNode.fileName)).add(COMPONENT_IF);
|