Searched refs:res14 (Results 1 – 1 of 1) sorted by relevance
769 JSHandle<JSTaggedValue> res14 = deserialzier.Deserialize(); in BigIntTest() local770 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()