Searched refs:FromSerializedDigits (Results 1 – 3 of 3) sorted by relevance
270 V8_WARN_UNUSED_RESULT static MaybeHandle<BigInt> FromSerializedDigits(
1369 MaybeHandle<BigInt> BigInt::FromSerializedDigits( in FromSerializedDigits() function in v8::internal::BigInt
1562 return BigInt::FromSerializedDigits(isolate_, bitfield, digits_storage); in ReadBigInt()