Lines Matching full:from_position
520 var from_position = from_line == 0 ? 0 : line_ends[from_line - 1] + 1;
527 from_position, to_position);
737 * from_position : position of the first character in the slice
741 * are [from_position, to_position[.
745 * @param {number} from_position
749 function SourceSlice(script, from_line, to_line, from_position, to_position) {
753 this.from_position = from_position;
764 this.from_position,
770 $Array("script", "from_line", "to_line", "from_position", "to_position"),