Searched refs:RightShiftByAbsolute (Results 1 – 1 of 1) sorted by relevance
94 static Handle<BigInt> RightShiftByAbsolute(Isolate* isolate,573 if (y->sign()) return MutableBigInt::RightShiftByAbsolute(isolate, x, y); in LeftShift()581 return MutableBigInt::RightShiftByAbsolute(isolate, x, y); in SignedRightShift()1264 Handle<BigInt> MutableBigInt::RightShiftByAbsolute(Isolate* isolate, in RightShiftByAbsolute() function in v8::internal::MutableBigInt