Searched defs:createNewExpression (Results 1 – 5 of 5) sorted by relevance
38 …static createNewExpression(callee: Expression | undefined, _arguments: readonly Expression[]): New… method in NewExpression
39 …static createNewExpression(callee: Expression | undefined, _arguments: readonly Expression[]): New… method in NewExpression
3732 …createNewExpression(expression: Expression, typeArguments: readonly TypeNode[] | undefined, argume… method