Searched refs:neeedAddOne (Results 1 – 2 of 2) sorted by relevance
70 bool neeedAddOne);
1225 …igInt::FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint, bool neeedAddOne) in FormatLeftShift() argument1227 if (!neeedAddOne && shift == 0) { in FormatLeftShift()1232 if (neeedAddOne) { in FormatLeftShift()1249 ASSERT(neeedAddOne); in FormatLeftShift()