Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts46 COMPONENT_RECYCLE,
189 newStatements.push(componentAttributes(COMPONENT_RECYCLE));
203 return createComponentCreationStatement(componentAttributes(COMPONENT_RECYCLE),
205 createFunction(ts.factory.createIdentifier(COMPONENT_RECYCLE),
207 ], COMPONENT_RECYCLE, isGlobalBuilder);
Dpre_define.ts33 export const COMPONENT_RECYCLE: string = '__Recycle__'; constant