Home | History | Annotate | Download | only in src

Lines Matching full:octal

4585 // Checks whether an octal literal was last seen between beg_pos and end_pos.
4588 Scanner::Location octal = scanner()->octal_position();
4589 if (octal.IsValid() && beg_pos <= octal.beg_pos && octal.end_pos <= end_pos) {
4590 ReportMessageAt(octal, "strict_octal_literal");
5037 uc32 octal = ParseOctalLiteral();
5038 builder->AddCharacter(octal);
5332 // up to three octal digits with a value below 256.
5415 // to the specification) as a 1..3 digit octal character code.