Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
Dchar-predicates.h26 inline constexpr bool IsBinaryDigit(base::uc32 c);
Dchar-predicates-inl.h51 inline constexpr bool IsBinaryDigit(base::uc32 c) { in IsBinaryDigit() function
/third_party/node/deps/v8/src/parsing/
Dscanner.cc706 return ScanDigitsWithNumericSeparators(&IsBinaryDigit, true); in ScanBinaryDigits()