Searched refs:COMPONENT_CREATE_FUNCTION (Results 1 – 5 of 5) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | pre_define.ts | 184 export const COMPONENT_CREATE_FUNCTION: string = 'create'; constant 290 ['MenuItem', new Set([COMPONENT_CREATE_FUNCTION])], 291 ['MenuItemGroup', new Set([COMPONENT_CREATE_FUNCTION])], 292 ['Refresh', new Set([COMPONENT_CREATE_FUNCTION])], 293 ['WaterFlow', new Set([COMPONENT_CREATE_FUNCTION])],
|
| D | process_custom_component.ts | 26 COMPONENT_CREATE_FUNCTION, 161 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null))]; 174 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null))); 206 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null)) 519 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION) 866 ts.factory.createIdentifier(`${COMPONENT_CREATE_FUNCTION}`)), undefined,
|
| D | process_component_build.ts | 21 COMPONENT_CREATE_FUNCTION, 260 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null))); 266 …ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null))], COMPONENT_TRANSITION_NAME, false,… 758 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 784 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 1004 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 1048 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION)), undefined, itemCreateArgs)); 1312 ts.factory.createIdentifier(name), ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION)), 1324 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION)), undefined, [])); 1356 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION) [all …]
|
| D | process_component_member.ts | 52 COMPONENT_CREATE_FUNCTION, 806 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), ts.factory.createNodeArray([node])); 809 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), ts.factory.createNodeArray([node]));
|
| D | process_component_class.ts | 49 COMPONENT_CREATE_FUNCTION, 625 exp.name.escapedText.toString() === COMPONENT_CREATE_FUNCTION && args && args.length === 1 &&
|