Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp742 JSHandle<BigInt> addres1 = BigInt::Add(thread, resBigint1, resBigint); in HWTEST_F_L0() local
743 EXPECT_TRUE(addres1->GetLength() == 1); in HWTEST_F_L0()
744 EXPECT_TRUE(addres1->GetDigit(0) == 1); in HWTEST_F_L0()
776 JSHandle<BigInt> addres1 = BigInt::Subtract(thread, resBigint1, resBigint); in HWTEST_F_L0() local
777 EXPECT_TRUE(addres1->GetLength() == 1); in HWTEST_F_L0()
778 EXPECT_TRUE(addres1->GetDigit(0) == 1); in HWTEST_F_L0()
801 JSHandle<BigInt> addres1 = BigInt::BigintSubOne(thread, resBigint1); in HWTEST_F_L0() local
802 EXPECT_TRUE(addres1->GetDigit(0) == 0); in HWTEST_F_L0()

Completed in 2 milliseconds