Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dbigint.cc153 static Handle<BigInt> RightShiftByMaximum(Isolate* isolate, bool sign);
1712 return RightShiftByMaximum(isolate, sign); in RightShiftByAbsolute()
1719 return RightShiftByMaximum(isolate, sign); in RightShiftByAbsolute()
1775 Handle<BigInt> MutableBigInt::RightShiftByMaximum(Isolate* isolate, bool sign) { in RightShiftByMaximum() function in v8::internal::MutableBigInt