Home | History | Annotate | Download | only in src

Lines Matching refs:DECIMAL

789   enum { DECIMAL, HEX, OCTAL, IMPLICIT_OCTAL, BINARY } kind = DECIMAL;
793 // we have already seen a decimal point of the float
841 kind = DECIMAL;
854 // Parse decimal digits and allow trailing fractional part.
855 if (kind == DECIMAL) {
867 if (kind != DECIMAL) return Token::ILLEGAL;
873 // we must have at least one decimal digit after 'e'/'E'
880 // not be an identifier start or a decimal digit; see ECMA-262
881 // section 7.8.3, page 17 (note that we read only one decimal digit
1285 // the decimal point.