Home | History | Annotate | Download | only in src

Lines Matching refs:line_offset

308     line += this.line_offset;
309 if (line == this.line_offset) {
337 line = opt_line - this.line_offset;
375 var from_line = IS_UNDEFINED(opt_from_line) ? this.line_offset : opt_from_line;
376 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount() : opt_to_line
379 from_line -= this.line_offset;
380 to_line -= this.line_offset;
396 return new SourceSlice(this, from_line + this.line_offset, to_line + this.line_offset,
406 line = opt_line - this.line_offset;