Searched refs:NewFromInt (Results 1 – 1 of 1) sorted by relevance
49 static Handle<BigInt> NewFromInt(Isolate* isolate, int value);223 Handle<BigInt> MutableBigInt::NewFromInt(Isolate* isolate, int value) { in NewFromInt() function in v8::internal::MutableBigInt392 return MutableBigInt::NewFromInt(isolate, 1); in Exponentiate()739 return MutableBigInt::NewFromInt(isolate, -1); in Decrement()941 return MutableBigInt::NewFromInt(isolate, Smi::ToInt(*number)); in FromNumber()962 return MutableBigInt::NewFromInt(isolate, obj->BooleanValue(isolate)); in FromObject()1778 return NewFromInt(isolate, -1); in RightShiftByMaximum()