Searched refs:commentStartLine (Results 1 – 1 of 1) sorted by relevance
105 …const commentStartLine = getLineAndCharacterOfPosition(sourceFile, enclosingCommentRange.pos).line; constant107 Debug.assert(commentStartLine >= 0);109 if (previousLine <= commentStartLine) {110 …return findFirstNonWhitespaceColumn(getStartPositionOfLine(commentStartLine, sourceFile), position…