Searched refs:BigintSubOne (Results 1 – 4 of 4) sorted by relevance
85 static JSHandle<BigInt> BigintSubOne(JSThread *thread, JSHandle<BigInt> x);
775 JSHandle<BigInt> BigInt::BigintSubOne(JSThread *thread, JSHandle<BigInt> x) in BigintSubOne() function in panda::ecmascript::BigInt
816 HWTEST_F_L0(JSBigintTest, BigintSubOne) in HWTEST_F_L0() argument820 JSHandle<BigInt> addres = BigInt::BigintSubOne(thread, resBigint); in HWTEST_F_L0()825 JSHandle<BigInt> addres1 = BigInt::BigintSubOne(thread, resBigint1); in HWTEST_F_L0()
65 return BigInt::BigintSubOne(thread, bigValue).GetTaggedValue(); in RuntimeDec()