Searched refs:identifierNode (Results 1 – 1 of 1) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_component_build.ts | 637 const componentName: string = res.identifierNode.getText(); 652 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements); 659 … bindComponentAttr(node, res.identifierNode, newStatements, log, true, false, immutableStatements); 833 …bindComponentAttr(node, res.identifierNode, itemRenderInnerStatements, log, true, false, immutable… 838 …bindComponentAttr(node, res.identifierNode, itemRenderInnerStatements, log, true, false, immutable… 1536 identifierNode: ts.Identifier; property 1545 identifierNode: null, constant 1550 let identifierNode: ts.Identifier = ts.factory.createIdentifier(type); 1559 identifierNode = type === COMPONENT_CREATE_CHILD_FUNCTION 1570 ? ts.factory.createExpressionStatement(createFunction(temp, identifierNode, null)) [all …]
|