Searched defs:objCallInfo1 (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/ |
| H A D | jsvaluerefishashset_fuzzer.cpp | 122 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectHashSet() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
| H A D | jsvaluerefislightweightmapandset_fuzzer.cpp | 122 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightMap() local 148 auto objCallInfo1 = CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in ConstructobjectLightWeightSet() local [all...] |
| /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
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A 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); ConstructobjectLightWeightSet() local [all...] |
Completed in 10 milliseconds