Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h70 bool neeedAddOne);
Djs_bigint.cpp1225 …igInt::FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint, bool neeedAddOne) in FormatLeftShift() argument
1227 if (!neeedAddOne && shift == 0) { in FormatLeftShift()
1232 if (neeedAddOne) { in FormatLeftShift()
1249 ASSERT(neeedAddOne); in FormatLeftShift()