Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dbigint.cc49 static Handle<BigInt> NewFromInt(Isolate* isolate, int value);
223 Handle<BigInt> MutableBigInt::NewFromInt(Isolate* isolate, int value) { in NewFromInt() function in v8::internal::MutableBigInt
392 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()