Home | History | Annotate | Download | only in src

Lines Matching refs:lines

419   // Default is the first line in the script. Lines in the script is relative
453 * specified in lines.
457 * inclusive). Default is the number of lines in the script
493 // Default is the first line in the script. Lines in the script are relative
514 * Returns the number of source lines.
516 * Number of source lines.
519 // Return number of source lines.
699 * The to_line and to_position are not included in the slice, that is the lines
1039 var lines = [];
1041 lines.push(error.toString());
1044 lines.push("<error: " + e + ">");
1046 lines.push("<error>");
1062 lines.push(" at " + line);
1064 return lines.join("\n");