Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts35 COMPONENT_COMMON,
161 createFunction(ts.factory.createIdentifier(COMPONENT_COMMON),
164 bindComponentAttr(node, ts.factory.createIdentifier(COMPONENT_COMMON), commomComponentNode,
166 newStatements.push(createComponentCreationStatement(componentAttributes(COMPONENT_COMMON),
167 … commomComponentNode, COMPONENT_COMMON, isGlobalBuilder, false, undefined, immutableStatements));
170 createFunction(ts.factory.createIdentifier(COMPONENT_COMMON),
172 bindComponentAttr(node, ts.factory.createIdentifier(COMPONENT_COMMON), newStatements, log);
182 createFunction(ts.factory.createIdentifier(COMPONENT_COMMON),
Dpre_define.ts182 export const COMPONENT_COMMON: string = '__Common__'; constant