Searched refs:NewBigInt (Results 1 – 3 of 3) sorted by relevance
193 Cast(isolate->factory()->NewBigInt(length, allocation)); in New()203 Handle<MutableBigInt> result = Cast(isolate->factory()->NewBigInt(1)); in NewFromInt()232 Handle<MutableBigInt> result = Cast(isolate->factory()->NewBigInt(digits)); in NewFromDouble()1377 MutableBigInt::Cast(isolate->factory()->NewBigInt(length)); in FromSerializedDigits()1454 MutableBigInt::Cast(isolate->factory()->NewBigInt(length)); in FromInt64()1476 MutableBigInt::Cast(isolate->factory()->NewBigInt(length)); in FromUint64()
245 Handle<FreshlyAllocatedBigInt> NewBigInt( in EXPORT_TEMPLATE_DECLARE()
808 Handle<FreshlyAllocatedBigInt> FactoryBase<Impl>::NewBigInt( in NewBigInt() function in v8::internal::FactoryBase