Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dfromstring.cc242 const int num_parts = accumulator->ResultLength(); in FromStringBasePowerOfTwo()
317 } else if (accumulator->ResultLength() < kFromStringLargeThreshold) { in FromString()
Dbigint.h436 int ResultLength() { in ResultLength() function
/third_party/node/deps/v8/src/numbers/
Dconversions.cc980 int num_digits = accumulator_.ResultLength(); in DecimalString()
/third_party/node/deps/v8/src/objects/
Dbigint.cc1313 int digits = accumulator->ResultLength(); in Allocate()