Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dbigint-internal.h24 constexpr int kToStringFastThreshold = 43; variable
Dtostring.cc551 const bool use_fast_algorithm = X.len() >= kToStringFastThreshold; in ToString()