Lines Matching refs:isRecycleComponent
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);
2200 if (isRecycleComponent) {
2225 if (isRecycleComponent && (!isStylesAttr || isStyleFunction) &&
2388 newImmutableStatements: ts.Statement[] = null, isRecycleComponent: boolean = false): void {
2396 if (isRecycleComponent) {
2405 if (isRecycleComponent) {
2415 if (isRecycleComponent) {
2428 if (isRecycleComponent) {