Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp752 JSHandle<BigInt> addres3 = BigInt::Add(thread, resBigint2, resBigint1); in HWTEST_F_L0() local
753 EXPECT_TRUE(addres3->GetLength() == 2); // 2 : bigint length in HWTEST_F_L0()
754 EXPECT_TRUE(!addres3->GetSign()); in HWTEST_F_L0()
755 EXPECT_TRUE(addres3->GetDigit(0) == 2); // 2 : digit value in HWTEST_F_L0()

Completed in 3 milliseconds