Home | History | Annotate | Download | only in src

Lines Matching refs:number

138       "unexpected_token_number",      ["Unexpected number"],
333 * Find a line number given a specific source position.
334 * @param {number} position The source position.
335 * @return {number} 0 if input too small, -1 if input too large,
336 else the line number.
371 * @param {number} position The source position
410 * @param {number} opt_line The line within the source. Default value is 0
411 * @param {number} opt_column The column in within the line. Default value is 0
412 * @param {number} opt_offset_position The offset from the begining of the
454 * @param {number} opt_from_line The first line (zero bound) in the slice.
456 * @param {number} opt_to_column The last line (zero bound) in the slice (non
457 * inclusive). Default is the number of lines in the script
514 * Returns the number of source lines.
515 * @return {number}
516 * Number of source lines.
519 // Return number of source lines.
591 * line : source line number
601 * @param {number} position Source position for the location
602 * @param {number} line The line number for the location
603 * @param {number} column The column within the line for the location
604 * @param {number} start Source position for start of source context
605 * @param {number} end Source position for end of source context
621 * no more that a certain number of characters wide.
622 * @param {number} opt_limit The with limit of the source text with a default
624 * @param {number} opt_before The number of characters to prefer before the
695 * from_line : line number for the first line in the slice
696 * to_line : source line number for the last line in the slice
703 * @param {number} from_line
704 * @param {number} to_line
705 * @param {number} from_position
706 * @param {number} to_position