Searched refs:SignedRightShift (Results 1 – 3 of 3) sorted by relevance
143 result = BigInt::SignedRightShift(isolate, left, right); in RUNTIME_FUNCTION()
117 static MaybeHandle<BigInt> SignedRightShift(Isolate* isolate,
574 MaybeHandle<BigInt> BigInt::SignedRightShift(Isolate* isolate, Handle<BigInt> x, in SignedRightShift() function in v8::internal::BigInt