Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dbigint.cc193 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()
/third_party/node/deps/v8/src/heap/
Dfactory-base.h245 Handle<FreshlyAllocatedBigInt> NewBigInt( in EXPORT_TEMPLATE_DECLARE()
Dfactory-base.cc808 Handle<FreshlyAllocatedBigInt> FactoryBase<Impl>::NewBigInt( in NewBigInt() function in v8::internal::FactoryBase