Home | History | Annotate | Download | only in src

Lines Matching refs:octal

128 // Checks whether octal literal last seen is between beg_pos and end_pos.
131 i::Scanner::Location octal = scanner_->octal_position();
132 if (beg_pos <= octal.beg_pos && octal.end_pos <= end_pos) {
133 ReportMessageAt(octal, "strict_octal_literal", NULL);