Searched refs:RightTruncate (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.cpp | 136 return BigIntHelper::RightTruncate(thread, bigint); in SetBigInt() 139 JSHandle<BigInt> BigIntHelper::RightTruncate(JSThread *thread, JSHandle<BigInt> x) in RightTruncate() function in panda::ecmascript::BigIntHelper 268 return BigIntHelper::RightTruncate(thread, bigint); in BitwiseOp() 292 return BigIntHelper::RightTruncate(thread, newBigint); in OneIsNegativeAND() 360 return BigIntHelper::RightTruncate(thread, newBigint); in BitwiseSubOne() 390 return BigIntHelper::RightTruncate(thread, newBigint); in BitwiseAddOne() 418 JSHandle<BigInt> temp = BigIntHelper::RightTruncate(thread, newBigint); in OneIsNegativeOR() 512 return BigIntHelper::RightTruncate(thread, bigint).GetTaggedValue(); in NumberToBigInt() 551 return BigIntHelper::RightTruncate(thread, bigint); in Int64ToBigInt() 562 return BigIntHelper::RightTruncate(thread, bigint); in Uint64ToBigInt() [all …]
|
D | js_bigint.h | 186 static JSHandle<BigInt> RightTruncate(JSThread *thread, JSHandle<BigInt> x);
|