Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/numbers/
Dconversions.h86 ALLOW_BINARY = 8, enumerator
Dconversions.cc731 } else if ((flags & ALLOW_BINARY) && (*current == 'b' || *current == 'B')) { in InternalStringToDouble()
1451 const int flags = ALLOW_HEX | ALLOW_OCTAL | ALLOW_BINARY; in TryStringToDouble()
/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()
/third_party/node/deps/v8/src/objects/
Dstring.cc744 int flags = ALLOW_HEX | ALLOW_OCTAL | ALLOW_BINARY; in ToNumber()