Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp545 std::pair<bool, ModuleTypes> res7 = SourceTextModule::CheckNativeModule(requestName7); in HWTEST_F_L0() local
546 EXPECT_EQ(res7.first, false); in HWTEST_F_L0()
547 EXPECT_EQ(res7.second, ModuleTypes::UNKNOWN); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp876 JSHandle<BigInt> res7 = BigInt::SignedRightShift(thread, shift3, bigint1); in HWTEST_F_L0() local
878 EXPECT_TRUE(BigInt::Equal(res7.GetTaggedValue(), expectRes7.GetTaggedValue())); in HWTEST_F_L0()
Djs_serializer_test.cpp229 OperationResult res7 = JSObject::GetProperty(thread, objValue2, key7); in NativeBindingObjectTest3() local
230 JSHandle<JSTaggedValue> resValue7 = res7.GetRawValue(); in NativeBindingObjectTest3()
762 JSHandle<JSTaggedValue> res7 = deserialzier.Deserialize(); in BigIntTest() local
797 … EXPECT_TRUE(BigInt::Equal(res7.GetTaggedValue(), bigInt7.GetTaggedValue())) << "Not Same BigInt"; in BigIntTest()