Searched refs:FromInt64 (Results 1 – 4 of 4) sorted by relevance
156 static Handle<BigInt> FromInt64(Isolate* isolate, int64_t n);
739 return BigInt::FromInt64(isolate, scalar); in ToHandle()
2268 Handle<BigInt> BigInt::FromInt64(Isolate* isolate, int64_t n) { in FromInt64() function in v8::internal::BigInt
6838 i::Handle<i::Object> bigint = i::BigInt::FromInt64(i_isolate, value); in New()8036 i::Handle<i::BigInt> result = i::BigInt::FromInt64(internal_isolate, value); in New()