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,
160 createFunction(ts.factory.createIdentifier(COMPONENT_COMMON),
163 bindComponentAttr(node, ts.factory.createIdentifier(COMPONENT_COMMON), commomComponentNode,
167 newStatements.push(createComponentCreationStatement(componentAttributes(COMPONENT_COMMON),
168 … commomComponentNode, COMPONENT_COMMON, isGlobalBuilder, false, undefined, immutableStatements,
173 createFunction(ts.factory.createIdentifier(COMPONENT_COMMON),
175 bindComponentAttr(node, ts.factory.createIdentifier(COMPONENT_COMMON), newStatements, log);
185 createFunction(ts.factory.createIdentifier(COMPONENT_COMMON),
Dpre_define.ts189 export const COMPONENT_COMMON: string = '__Common__'; constant