Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp881 JSHandle<BigInt> res8 = BigInt::SignedRightShift(thread, shift3, shift4); in HWTEST_F_L0() local
882 EXPECT_TRUE(BigInt::Equal(res8.GetTaggedValue(), expectRes7.GetTaggedValue())); in HWTEST_F_L0()
Djs_serializer_test.cpp232 OperationResult res8 = JSObject::GetProperty(thread, objValue2, key8); in NativeBindingObjectTest3() local
233 JSHandle<JSTaggedValue> resValue8 = res8.GetRawValue(); in NativeBindingObjectTest3()
763 JSHandle<JSTaggedValue> res8 = deserialzier.Deserialize(); in BigIntTest() local
798 … EXPECT_TRUE(BigInt::Equal(res8.GetTaggedValue(), bigInt8.GetTaggedValue())) << "Not Same BigInt"; in BigIntTest()