Lines Matching refs:isRecycleComponent
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)
310 if (isRecycleComponent) {
316 if (isRecycleComponent || !partialUpdateConfig.optimizeComponent) {
325 if (isRecycleComponent) {
336 isRecycleComponent ?
434 isRecycleComponent: boolean, componentAttrInfo: ComponentAttrInfo): ts.IfStatement {
440 isRecycleComponent ? assignRecycleParams() : undefined,
441 … isRecycleComponent ? createNewRecycleComponent(newNode, componentNode, name, componentAttrInfo) :