Searched refs:endBranch (Results 1 – 1 of 1) sorted by relevance
43 private readonly endBranch: LineCollection[] = []; property in ts.server.EditWalker76 for (let k = this.endBranch.length - 1; k >= 0; k--) {77 (this.endBranch[k] as LineNode).updateCounts();78 if (this.endBranch[k].charCount() === 0) {79 lastZeroCount = this.endBranch[k];81 branchParent = this.endBranch[k - 1] as LineNode;194 this.endBranch.push(child);209 this.endBranch.push(child);