Home | History | Annotate | Download | only in src

Lines Matching refs:lineCount

340   var upper = this.lineCount() - 1;
441 if (offset_line == -1 || offset_line + line >= this.lineCount()) {
464 var to_line = IS_UNDEFINED(opt_to_line) ? this.line_offset + this.lineCount()
471 if (to_line > this.lineCount()) to_line = this.lineCount();
474 if (from_line >= this.lineCount() ||
501 if (line < 0 || this.lineCount() <= line) {
581 "lineCount", ScriptLineCount,