Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp739 JSHandle<BigInt> addres = BigInt::Add(thread, resBigint, resBigint1); in HWTEST_F_L0() local
740 EXPECT_TRUE(addres->GetLength() == 1); in HWTEST_F_L0()
741 EXPECT_TRUE(addres->GetDigit(0) == 1); in HWTEST_F_L0()
773 JSHandle<BigInt> addres = BigInt::Subtract(thread, resBigint1, resBigint); in HWTEST_F_L0() local
774 EXPECT_TRUE(addres->GetLength() == 1); in HWTEST_F_L0()
775 EXPECT_TRUE(addres->GetDigit(0) == 1); in HWTEST_F_L0()
796 JSHandle<BigInt> addres = BigInt::BigintSubOne(thread, resBigint); in HWTEST_F_L0() local
797 EXPECT_TRUE(addres->GetSign()); in HWTEST_F_L0()
798 EXPECT_TRUE(addres->GetDigit(0) == 2); in HWTEST_F_L0()

Completed in 3 milliseconds