Searched refs:BitwiseNOT (Results 1 – 4 of 4) sorted by relevance
64 static JSHandle<BigInt> BitwiseNOT(JSThread *thread, JSHandle<BigInt> x);
995 JSHandle<BigInt> BigInt::BitwiseNOT(JSThread *thread, JSHandle<BigInt> x) in BitwiseNOT() function in panda::ecmascript::BigInt
263 JSHandle<BigInt> notRes1 = BigInt::BitwiseNOT(thread, maxSafeInt); in HWTEST_F_L0()267 JSHandle<BigInt> notRes2 = BigInt::BitwiseNOT(thread, minusMaxSafeInt); in HWTEST_F_L0()
761 return BigInt::BitwiseNOT(thread, bigValue).GetTaggedValue(); in RuntimeNot()