Home
last modified time | relevance | path

Searched refs:expressionOfCallExpressionEnd (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts351 const expressionOfCallExpressionEnd = parent.expression.getEnd(); constant
352 …lExpressionEndLine = getLineAndCharacterOfPosition(sourceFile, expressionOfCallExpressionEnd).line;