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.ts184 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])],
Dprocess_custom_component.ts26 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,
Dprocess_component_build.ts21 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 …]
Dprocess_component_member.ts52 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]));
Dprocess_component_class.ts49 COMPONENT_CREATE_FUNCTION,
625 exp.name.escapedText.toString() === COMPONENT_CREATE_FUNCTION && args && args.length === 1 &&