Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp136 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 …]
Djs_bigint.h186 static JSHandle<BigInt> RightTruncate(JSThread *thread, JSHandle<BigInt> x);