Home
last modified time | relevance | path

Searched refs:bigInt9 (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp785 … JSHandle<BigInt> bigInt9 = BigInt::Uint32ToBigInt(thread, std::numeric_limits<uint32_t>::min()); in BigIntTest() local
799 … EXPECT_TRUE(BigInt::Equal(res9.GetTaggedValue(), bigInt9.GetTaggedValue())) << "Not Same BigInt"; in BigIntTest()
1865 JSHandle<BigInt> bigInt9 = BigInt::Uint32ToBigInt(thread, std::numeric_limits<uint32_t>::min()); in HWTEST_F_L0() local
1881 bool success9 = serializer->SerializeJSTaggedValue(JSHandle<JSTaggedValue>::Cast(bigInt9)); in HWTEST_F_L0()