Searched refs:LeftShiftByAbsolute (Results 1 – 1 of 1) sorted by relevance
147 static MaybeHandle<BigInt> LeftShiftByAbsolute(Isolate* isolate,571 return MutableBigInt::LeftShiftByAbsolute(isolate, x, y); in LeftShift()577 if (y->sign()) return MutableBigInt::LeftShiftByAbsolute(isolate, x, y); in SignedRightShift()1658 MaybeHandle<BigInt> MutableBigInt::LeftShiftByAbsolute(Isolate* isolate, in LeftShiftByAbsolute() function in v8::internal::MutableBigInt