Searched refs:COMPONENT_CREATE_FUNCTION (Results 1 – 6 of 6) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | pre_define.ts | 177 export const COMPONENT_CREATE_FUNCTION: string = 'create'; constant 280 ['MenuItem', new Set([COMPONENT_CREATE_FUNCTION])], 281 ['MenuItemGroup', new Set([COMPONENT_CREATE_FUNCTION])], 282 ['Refresh', new Set([COMPONENT_CREATE_FUNCTION])], 283 ['WaterFlow', new Set([COMPONENT_CREATE_FUNCTION])]
|
| D | process_component_build.ts | 21 COMPONENT_CREATE_FUNCTION, 206 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null))); 212 …ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null))], COMPONENT_TRANSITION_NAME, false,… 614 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 633 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 826 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 868 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION)), undefined, itemCreateArgs)); 1072 ts.factory.createIdentifier(name), ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION)), 1083 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION)), undefined, [])); 1115 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION) [all …]
|
| D | process_custom_component.ts | 26 COMPONENT_CREATE_FUNCTION, 162 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null))]; 171 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null))); 203 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), null)) 459 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION) 815 ts.factory.createIdentifier(`${COMPONENT_CREATE_FUNCTION}`)), undefined,
|
| D | process_component_member.ts | 52 COMPONENT_CREATE_FUNCTION, 755 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), ts.factory.createNodeArray([node])); 758 ts.factory.createIdentifier(COMPONENT_CREATE_FUNCTION), ts.factory.createNodeArray([node]));
|
| D | process_component_class.ts | 49 COMPONENT_CREATE_FUNCTION, 503 exp.name.escapedText.toString() === COMPONENT_CREATE_FUNCTION && args && args.length === 1 &&
|
| D | process_ui_syntax.ts | 72 COMPONENT_CREATE_FUNCTION,
|