Searched refs:tokenLine (Results 1 – 2 of 2) sorted by relevance
1053 bool syncToLine(int tokenLine) { in syncToLine() argument1055 const bool newLineStarted = lastLine < tokenLine; in syncToLine()1056 for (; lastLine < tokenLine; ++lastLine) { in syncToLine()
46 …getIndentationForToken(tokenLine: number, tokenKind: SyntaxKind, container: Node, suppressDelta: b…