Searched refs:isRecycleComponent (Results 1 – 3 of 3) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_custom_component.ts | 127 const isRecycleComponent: boolean = isRecycle(name); constant 175 if (isRecycleComponent && partialUpdateConfig.partialUpdateMode) { 179 isBuilder, isGlobalBuilder, isRecycleComponent, componentAttrInfo); 185 if (isRecycleComponent && partialUpdateConfig.partialUpdateMode) { 245 isBuilder: boolean, isGlobalBuilder: boolean, isRecycleComponent: boolean, 251 isBuilder, isGlobalBuilder, isRecycleComponent, componentAttrInfo); 258 isRecycleComponent: boolean, componentAttrInfo: ComponentAttrInfo): void { 266 isRecycleComponent, componentAttrInfo)); 290 isGlobalBuilder: boolean, isBuilder: boolean, isRecycleComponent: boolean, 308 isBuilder, isRecycleComponent, componentAttrInfo) [all …]
|
| D | process_component_build.ts | 1654 const isRecycleComponent: boolean = isRecycle(componentCollection.currentClassName); constant 1687 parseRecycleId(temp, temp.expression.name, isRecycleComponent, componentAttrInfo); 1690 isRecycleComponent, isStyleFunction); 1697 parseRecycleId(temp, temp.expression.name, isRecycleComponent, componentAttrInfo); 1700 isRecycleComponent, isStyleFunction); 1711 if (!isRecycleComponent || lastStatement.hasAnimationAttr) { 1725 function parseRecycleId(node: ts.CallExpression, attr: ts.Identifier, isRecycleComponent: boolean, 2130 newImmutableStatements: ts.Statement[] = null, isRecycleComponent: boolean = false, 2185 if (isRecycleComponent) { 2189 newImmutableStatements, isRecycleComponent); [all …]
|
| D | process_component_class.ts | 584 isParamsLambda: boolean = false, isRecycleComponent: boolean = false): ts.PropertyAssignment { 590 if (isRecycleComponent && ts.isShorthandPropertyAssignment(node)) { 612 … node = addDoubleUnderline(node, propertyName, initText, is$$, isParamsLambda, isRecycleComponent); 625 …initText: string, is$$ = false, isParamsLambda: boolean, isRecycleComponent: boolean): ts.Property… 629 …isParamsLambda || isRecycleComponent ? ts.factory.createIdentifier(initText) : ts.factory.createId…
|