Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts830 const immutableStatements: ts.Statement[] = []; constant
850 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements);
853 isTransition, undefined, immutableStatements, componentName, builderParamsResult);
859 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements);
861 isTransition, undefined, immutableStatements, componentName, builderParamsResult);
1036 nameResult: NameResult, immutableStatements: ts.Statement[], componentName: string,
1042 isGlobalBuilder, isTransition, nameResult, immutableStatements, builderParamsResult));
1066 nameResult: NameResult = undefined, immutableStatements: ts.Statement[] = null,
1073 createInitRenderStatement(node, immutableStatements, blockArr);
1113 immutableStatements: ts.Statement[], blockArr: ts.Statement[]): void {
[all …]
Dprocess_custom_component.ts173 const immutableStatements: ts.Statement[] = []; constant
175 log, true, false, immutableStatements, false, componentAttrInfo);
176 needCommon = commomComponentNode.length > 1 || immutableStatements.length > 0;
182 … commomComponentNode, COMPONENT_COMMON, isGlobalBuilder, false, undefined, immutableStatements,