Searched refs:objCallInfo1 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
H A D | jsvaluerefislightweightmapandset_fuzzer.cpp | 122 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightMap() local 123 objCallInfo1->SetFunction(JSTaggedValue::Undefined()); in ConstructobjectLightWeightMap() 124 objCallInfo1->SetThis(value.GetTaggedValue()); in ConstructobjectLightWeightMap() 125 objCallInfo1->SetCallArg(0, JSTaggedValue(static_cast<int>(containers::ContainerTag::LightWeightMap))); in ConstructobjectLightWeightMap() 126 [[maybe_unused]] auto prev1 = SetupFrame(thread, objCallInfo1); in ConstructobjectLightWeightMap() 127 JSTaggedValue result1 = ecmascript::containers::ContainersPrivate::Load(objCallInfo1); in ConstructobjectLightWeightMap() 148 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightSet() local 149 objCallInfo1->SetFunction(JSTaggedValue::Undefined()); in ConstructobjectLightWeightSet() 150 objCallInfo1->SetThis(value.GetTaggedValue()); in ConstructobjectLightWeightSet() 151 objCallInfo1 in ConstructobjectLightWeightSet() [all...] |
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/ |
H A D | jsvaluerefishashset_fuzzer.cpp | 122 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectHashSet() local 123 objCallInfo1->SetFunction(JSTaggedValue::Undefined()); in ConstructobjectHashSet() 124 objCallInfo1->SetThis(value.GetTaggedValue()); in ConstructobjectHashSet() 125 objCallInfo1->SetCallArg(0, JSTaggedValue(static_cast<int>(containers::ContainerTag::HashSet))); in ConstructobjectHashSet() 126 [[maybe_unused]] auto prev1 = SetupFrame(thread, objCallInfo1); in ConstructobjectHashSet() 127 JSTaggedValue result1 = containers::ContainersPrivate::Load(objCallInfo1); in ConstructobjectHashSet()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_object_test.cpp | 422 auto objCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 8); in HWTEST_F_L0() local 423 objCallInfo1->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 424 objCallInfo1->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 425 objCallInfo1->SetCallArg(0, obj1.GetTaggedValue()); in HWTEST_F_L0() 426 objCallInfo1->SetCallArg(1, obj2.GetTaggedValue()); in HWTEST_F_L0() 428 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, objCallInfo1); in HWTEST_F_L0() 429 JSTaggedValue objResult1 = BuiltinsObject::Is(objCallInfo1); in HWTEST_F_L0() 434 objCallInfo1->SetCallArg(1, obj1.GetTaggedValue()); in HWTEST_F_L0() 435 JSTaggedValue objResult2 = BuiltinsObject::Is(objCallInfo1); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 1275 auto objCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectHashSet() local 1276 objCallInfo1->SetFunction(JSTaggedValue::Undefined()); in ConstructobjectHashSet() 1277 objCallInfo1->SetThis(value.GetTaggedValue()); in ConstructobjectHashSet() 1278 objCallInfo1->SetCallArg(0, JSTaggedValue(static_cast<int>(containers::ContainerTag::HashSet))); in ConstructobjectHashSet() 1279 [[maybe_unused]] auto prev1 = TestHelper::SetupFrame(thread, objCallInfo1); in ConstructobjectHashSet() 1280 JSTaggedValue result1 = containers::ContainersPrivate::Load(objCallInfo1); in ConstructobjectHashSet() 1302 auto objCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightMap() local 1303 objCallInfo1->SetFunction(JSTaggedValue::Undefined()); in ConstructobjectLightWeightMap() 1304 objCallInfo1->SetThis(value.GetTaggedValue()); in ConstructobjectLightWeightMap() 1305 objCallInfo1 in ConstructobjectLightWeightMap() 1329 auto objCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); ConstructobjectLightWeightSet() local [all...] |
Completed in 11 milliseconds