Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dbigint.cc150 static Handle<BigInt> RightShiftByAbsolute(Isolate* isolate,
570 if (y->sign()) return MutableBigInt::RightShiftByAbsolute(isolate, x, y); in LeftShift()
578 return MutableBigInt::RightShiftByAbsolute(isolate, x, y); in SignedRightShift()
1705 Handle<BigInt> MutableBigInt::RightShiftByAbsolute(Isolate* isolate, in RightShiftByAbsolute() function in v8::internal::MutableBigInt