Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp747 JSHandle<BigInt> addres2 = BigInt::Add(thread, resBigint2, resBigint); in HWTEST_F_L0() local
748 EXPECT_TRUE(addres2->GetLength() == 1); in HWTEST_F_L0()
749 EXPECT_TRUE(addres2->GetSign()); in HWTEST_F_L0()
750 EXPECT_TRUE(addres2->GetDigit(0) == std::numeric_limits<uint32_t>::max()); in HWTEST_F_L0()
782 JSHandle<BigInt> addres2 = BigInt::Subtract(thread, resBigint, resBigint2); in HWTEST_F_L0() local
783 EXPECT_TRUE(BigInt::Equal(addres2.GetTaggedValue(), resBigint1.GetTaggedValue())); in HWTEST_F_L0()

Completed in 4 milliseconds