Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dbigint-internal.h25 constexpr int kFromStringLargeThreshold = 300; variable
Dfromstring.cc317 } else if (accumulator->ResultLength() < kFromStringLargeThreshold) { in FromString()