Home
last modified time | relevance | path

Searched refs:COMPONENT_CREATE_CHILD_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/developtools/ace-ets2bundle/compiler/src/
Dpre_define.ts129 export const COMPONENT_CREATE_CHILD_FUNCTION: string = 'createWithChild'; constant
Dprocess_component_build.ts25 COMPONENT_CREATE_CHILD_FUNCTION,
377 newStatements.splice(-2, 1, createComponent(node, COMPONENT_CREATE_CHILD_FUNCTION).newNode);
379 newStatements.splice(-1, 1, createComponent(node, COMPONENT_CREATE_CHILD_FUNCTION).newNode);
602 identifierNode = type === COMPONENT_CREATE_CHILD_FUNCTION
603 ? ts.factory.createIdentifier(COMPONENT_CREATE_CHILD_FUNCTION)