Searched refs:startPath (Results 1 – 1 of 1) sorted by relevance
42 private readonly startPath: LineCollection[]; property in ts.server.EditWalker54 this.startPath = [this.lineIndex.root];93 const leafNode = this.startPath[this.startPath.length - 1] as LineLeaf;104 let pathIndex = this.startPath.length - 2;106 const insertionNode = this.startPath[pathIndex] as LineNode;122 for (let j = this.startPath.length - 2; j >= 0; j--) {123 (this.startPath[j] as LineNode).updateCounts();128 const insertionNode = this.startPath[this.startPath.length - 2] as LineNode;131 for (let j = this.startPath.length - 2; j >= 0; j--) {132 (this.startPath[j] as LineNode).updateCounts();[all …]