Home
last modified time | relevance | path

Searched refs:found_digit (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/torque/
Dtorque-parser.cc879 bool found_digit = false; in MatchDecimalLiteral() local
881 while (MatchChar(std::isdigit, &current)) found_digit = true; in MatchDecimalLiteral()
883 while (MatchChar(std::isdigit, &current)) found_digit = true; in MatchDecimalLiteral()
884 if (!found_digit) return false; in MatchDecimalLiteral()