Searched refs:immutableStatements (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_component_build.ts | 632 const immutableStatements: ts.Statement[] = []; constant 652 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements); 655 isTransition, undefined, immutableStatements, componentName); 659 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements); 661 isTransition, undefined, immutableStatements, componentName); 732 nameResult: NameResult, immutableStatements: ts.Statement[], componentName: string): void { 737 isGlobalBuilder, isTransition, nameResult, immutableStatements)); 743 nameResult: NameResult = undefined, immutableStatements: ts.Statement[] = null): ts.Statement { 749 createInitRenderStatement(node, immutableStatements, blockArr); 794 immutableStatements: ts.Statement[], blockArr: ts.Statement[]): void { [all …]
|
| D | process_custom_component.ts | 163 const immutableStatements: ts.Statement[] = []; constant 165 log, true, false, immutableStatements, false, componentAttrInfo); 167 … commomComponentNode, COMPONENT_COMMON, isGlobalBuilder, false, undefined, immutableStatements));
|