Home
last modified time | relevance | path

Searched refs:COMPONENT_CREATE_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/developtools/ace-ets2bundle/compiler/src/
Dpre_define.ts127 export const COMPONENT_CREATE_FUNCTION: string = 'create'; constant
Dprocess_component_build.ts21 COMPONENT_CREATE_FUNCTION,
122 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null)));
337 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION);
413 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION)
563 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), ts.factory.createNodeArray([])));
1130 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), argumentArr)));
1156 createFunction(temp, ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), argumentArr)));
1160 …createFunction(temp, ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), temp.parent.arguments…
Dprocess_custom_component.ts26 COMPONENT_CREATE_FUNCTION,
354 ts.factory.createIdentifier(`${COMPONENT_CREATE_FUNCTION}`)), undefined,
Dprocess_component_class.ts46 COMPONENT_CREATE_FUNCTION,
356 exp.name.escapedText.toString() === COMPONENT_CREATE_FUNCTION && args && args.length === 1 &&
Dprocess_component_member.ts52 COMPONENT_CREATE_FUNCTION,
581 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), ts.factory.createNodeArray([node]));