Searched refs:createComponent (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_component_build.ts | 614 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 633 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 646 newStatements.splice(-2, 1, createComponent(node, COMPONENT_CREATE_CHILD_FUNCTION).newNode); 648 newStatements.splice(-1, 1, createComponent(node, COMPONENT_CREATE_CHILD_FUNCTION).newNode); 664 innerCompStatements.push(createComponent(node, COMPONENT_POP_FUNCTION).newNode); 811 createComponent(node, COMPONENT_POP_FUNCTION).newNode : createIfPop() 826 const res: CreateResult = createComponent(node, COMPONENT_CREATE_FUNCTION); 892 createComponent(node, COMPONENT_POP_FUNCTION).newNode 948 [createComponent(node, COMPONENT_POP_FUNCTION).newNode], 1002 createComponent(node, COMPONENT_POP_FUNCTION).newNode [all …]
|