Home | History | Annotate | Download | only in src

Lines Matching defs:DECIMAL

674     // a decimal point or exponent.
1092 // Returns true if any decimal digits were scanned, returns false otherwise.
1102 enum { DECIMAL, HEX, OCTAL } kind = DECIMAL;
1106 // we have already seen a decimal point of the float
1131 kind = DECIMAL;
1140 // Parse decimal digits and allow trailing fractional part.
1141 if (kind == DECIMAL) {
1159 // we must have at least one decimal digit after 'e'/'E'
1166 // not be an identifier start or a decimal digit; see ECMA-262
1167 // section 7.8.3, page 17 (note that we read only one decimal digit