Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp766 JSHandle<JSTaggedValue> res11 = deserialzier.Deserialize(); in BigIntTest() local
801 …EXPECT_TRUE(BigInt::Equal(res11.GetTaggedValue(), bigInt11.GetTaggedValue())) << "Not Same BigInt"; in BigIntTest()