Lines Matching refs:number
38 unexpected_token_number: ["Unexpected number"],
372 * Find a line number given a specific source position.
373 * @param {number} position The source position.
374 * @return {number} 0 if input too small, -1 if input too large,
375 else the line number.
410 * @param {number} position The source position
449 * @param {number} opt_line The line within the source. Default value is 0
450 * @param {number} opt_column The column in within the line. Default value is 0
451 * @param {number} opt_offset_position The offset from the begining of the
493 * @param {number} opt_from_line The first line (zero bound) in the slice.
495 * @param {number} opt_to_column The last line (zero bound) in the slice (non
496 * inclusive). Default is the number of lines in the script
553 * Returns the number of source lines.
554 * @return {number}
555 * Number of source lines.
558 // Return number of source lines.
631 * line : source line number
641 * @param {number} position Source position for the location
642 * @param {number} line The line number for the location
643 * @param {number} column The column within the line for the location
644 * @param {number} start Source position for start of source context
645 * @param {number} end Source position for end of source context
661 * no more that a certain number of characters wide.
662 * @param {number} opt_limit The with limit of the source text with a default
664 * @param {number} opt_before The number of characters to prefer before the
735 * from_line : line number for the first line in the slice
736 * to_line : source line number for the last line in the slice
743 * @param {number} from_line
744 * @param {number} to_line
745 * @param {number} from_position
746 * @param {number} to_position