Lines Matching refs:outer
8 constructor(outer) { argument
10 this.matches = outer;
125 constructor(outer) { argument
128 this.outer = outer;
129 this.tools = outer.tools;
155 var prevLine = this.outer.headers.nodes[this.section.prevHeaderIdx]?.matchline;
156 var nextLine = this.outer.headers.nodes[this.section.nextHeaderIdx]?.matchline;
158 if (nextLine === undefined) nextLine = this.outer.lines.length;
169 const line = this.outer.lines[i];
205 constructor(outer) { argument
206 this.outer = outer;
207 this.tools = outer.tools;