Home
last modified time | relevance | path

Searched refs:resBigint (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp731 JSHandle<BigInt> resBigint = BigInt::CreateBigint(thread, 2); // 2 : bigint length in HWTEST_F_L0() local
732 resBigint->SetDigit(0, 0); in HWTEST_F_L0()
733 resBigint->SetDigit(1, 1); in HWTEST_F_L0()
734 resBigint->SetSign(true); in HWTEST_F_L0()
739 JSHandle<BigInt> addres = BigInt::Add(thread, resBigint, resBigint1); in HWTEST_F_L0()
742 JSHandle<BigInt> addres1 = BigInt::Add(thread, resBigint1, resBigint); in HWTEST_F_L0()
747 JSHandle<BigInt> addres2 = BigInt::Add(thread, resBigint2, resBigint); in HWTEST_F_L0()
766 JSHandle<BigInt> resBigint = BigInt::CreateBigint(thread, 2); // 2 : bigint length in HWTEST_F_L0() local
767 resBigint->SetDigit(0, 0); in HWTEST_F_L0()
768 resBigint in HWTEST_F_L0()
794 JSHandle<BigInt> resBigint = BigInt::Int32ToBigInt(thread, -1); HWTEST_F_L0() local
[all...]

Completed in 2 milliseconds