Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dpre_define.ts177 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])]
Dprocess_component_build.ts21 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 …]
Dprocess_custom_component.ts26 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,
Dprocess_component_member.ts52 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]));
Dprocess_component_class.ts49 COMPONENT_CREATE_FUNCTION,
503 exp.name.escapedText.toString() === COMPONENT_CREATE_FUNCTION && args && args.length === 1 &&
Dprocess_ui_syntax.ts72 COMPONENT_CREATE_FUNCTION,