Lines Matching refs:from_position
481 var from_position = from_line == 0 ? 0 : line_ends[from_line - 1] + 1;
488 from_position, to_position);
697 * from_position : position of the first character in the slice
701 * are [from_position, to_position[.
705 * @param {number} from_position
709 function SourceSlice(script, from_line, to_line, from_position, to_position) {
713 this.from_position = from_position;
724 this.from_position,
730 $Array("script", "from_line", "to_line", "from_position", "to_position"),