Searched defs:objCallInfo1 (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
| D | jsvaluerefislightweightmapandset_fuzzer.cpp | 123 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightMap() local 149 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightSet() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/ |
| D | jsvaluerefishashset_fuzzer.cpp | 123 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectHashSet() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 422 … auto objCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 8); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 1275 … auto objCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectHashSet() local 1302 … auto objCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightMap() local 1329 … auto objCallInfo1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightSet() local
|