Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc55 i::Handle<i::BigInt> i_bigint = Utils::OpenHandle(*bigint); in GetBigIntDescription() local
58 int radix = (i_bigint->Words64Count() > 100 * 1000) ? 16 : 10; in GetBigIntDescription()
60 i::BigInt::ToString(i_isolate, i_bigint, radix, i::kDontThrow) in GetBigIntDescription()
63 if (i_bigint->IsNegative()) { in GetBigIntDescription()