Searched defs:newNode (Results 1 – 4 of 4) sorted by relevance
147 const newNode: ts.ExpressionStatement = ts.factory.updateExpressionStatement(node, constant
1535 newNode: ts.ExpressionStatement; property2491 const newNode: ts.ExpressionStatement = ts.factory.createExpressionStatement(node); constant
764 const newNode: ts.NewExpression = ts.factory.createNewExpression(node.expression, constant
807 let newNode = new PerfBottomUpStruct(item.name + '(' + item.fileName + ')'); variable