Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/numbers/
Dconversions.cc324 allow_binary_and_octal_prefixes_ = true; in set_allow_binary_and_octal_prefixes()
368 bool allow_binary_and_octal_prefixes_ = false; member in v8::internal::StringToIntHelper
426 } else if (allow_binary_and_octal_prefixes_ && in DetectRadixInternal()
431 } else if (allow_binary_and_octal_prefixes_ && in DetectRadixInternal()