Searched refs:RightShiftByMaximum (Results 1 – 1 of 1) sorted by relevance
153 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