Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp769 JSHandle<JSTaggedValue> res14 = deserialzier.Deserialize(); in BigIntTest() local
770 EXPECT_TRUE(!res1.IsEmpty() && !res14.IsEmpty()) << "[Empty] Deserialize BigInt fail"; in BigIntTest()
804 …EXPECT_TRUE(BigInt::Equal(res14.GetTaggedValue(), bigInt14.GetTaggedValue())) << "Not Same BigInt"; in BigIntTest()