Searched refs:COMPONENT_CREATE_FUNCTION (Results 1 – 5 of 5) sorted by relevance
/developtools/ace-ets2bundle/compiler/src/ |
D | pre_define.ts | 127 export const COMPONENT_CREATE_FUNCTION: string = 'create'; constant
|
D | process_component_build.ts | 21 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…
|
D | process_custom_component.ts | 26 COMPONENT_CREATE_FUNCTION, 354 ts.factory.createIdentifier(`${COMPONENT_CREATE_FUNCTION}`)), undefined,
|
D | process_component_class.ts | 46 COMPONENT_CREATE_FUNCTION, 356 exp.name.escapedText.toString() === COMPONENT_CREATE_FUNCTION && args && args.length === 1 &&
|
D | process_component_member.ts | 52 COMPONENT_CREATE_FUNCTION, 581 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), ts.factory.createNodeArray([node]));
|