Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dbigint.h367 inline int LeftShift_ResultLength(int x_length, in LeftShift_ResultLength() function
/third_party/node/deps/v8/src/objects/
Dbigint.cc1250 const int result_length = bigint::LeftShift_ResultLength( in LeftShiftByAbsolute()