Searched refs:execWalk (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/server/ |
D | scriptVersionCache.ts | 585 …private execWalk(rangeStart: number, rangeLength: number, walkFns: LineIndexWalker, childIndex: nu… method in LineNode 622 … if (this.execWalk(adjustedStart, rangeLength, walkFns, childIndex, CharRangeSection.Entire)) { 628 …if (this.execWalk(adjustedStart, childCharCount - adjustedStart, walkFns, childIndex, CharRangeSec… 636 … if (this.execWalk(0, childCharCount, walkFns, childIndex, CharRangeSection.Mid)) { 644 … if (this.execWalk(0, adjustedLength, walkFns, childIndex, CharRangeSection.End)) {
|