Lines Matching refs:createComponent
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
1041 createComponent(node, COMPONENT_POP_FUNCTION).newNode
1542 function createComponent(node: ts.ExpressionStatement, type: string): CreateResult { function