Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/numbers/
Dconversions.h85 ALLOW_IMPLICIT_OCTAL = 4, enumerator
Dconversions.cc748 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0; in InternalStringToDouble()
/third_party/node/deps/v8/src/asmjs/
Dasm-scanner.cc314 ALLOW_HEX | ALLOW_OCTAL | ALLOW_BINARY | ALLOW_IMPLICIT_OCTAL); in ConsumeNumber()
/third_party/node/deps/v8/src/parsing/
Dscanner.cc1041 ALLOW_HEX | ALLOW_OCTAL | ALLOW_IMPLICIT_OCTAL | ALLOW_BINARY); in DoubleValue()