Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dbigint.cc94 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