/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetall_fuzzer/ |
D | containerslightweightmapsetall_fuzzer.cpp | 111 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersLightWeightMapSetAllFuzzTest() local 112 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapSetAllFuzzTest() 113 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapSetAllFuzzTest() 114 callInfo2->SetCallArg(0, oldLightWeightMap.GetTaggedValue()); in ContainersLightWeightMapSetAllFuzzTest() 115 ContainersLightWeightMap::SetAll(callInfo2); in ContainersLightWeightMapSetAllFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapsetandget_fuzzer/ |
D | containerslightweightmapsetandget_fuzzer.cpp | 110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 6); in ContainersLightWeightMapSetAndGetFuzzTest() local 111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapSetAndGetFuzzTest() 112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapSetAndGetFuzzTest() 113 callInfo2->SetCallArg(0, JSTaggedValue(input)); in ContainersLightWeightMapSetAndGetFuzzTest() 114 ContainersLightWeightMap::Get(callInfo2); in ContainersLightWeightMapSetAndGetFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaptostring_fuzzer/ |
D | containerslightweightmaptostring_fuzzer.cpp | 110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapToStringFuzzTest() local 111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapToStringFuzzTest() 112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapToStringFuzzTest() 113 ContainersLightWeightMap::ToString(callInfo2); in ContainersLightWeightMapToStringFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaplength_fuzzer/ |
D | containerslightweightmaplength_fuzzer.cpp | 110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapLengthFuzzTest() local 111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapLengthFuzzTest() 112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapLengthFuzzTest() 113 ContainersLightWeightMap::Length(callInfo2); in ContainersLightWeightMapLengthFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapisempty_fuzzer/ |
D | containerslightweightmapisempty_fuzzer.cpp | 110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapIsEmptyFuzzTest() local 111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapIsEmptyFuzzTest() 112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapIsEmptyFuzzTest() 113 ContainersLightWeightMap::IsEmpty(callInfo2); in ContainersLightWeightMapIsEmptyFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmapisempty_fuzzer/ |
D | containershashmapisempty_fuzzer.cpp | 104 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapIsEmptyFuzzTest() local 105 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersHashMapIsEmptyFuzzTest() 106 callInfo2->SetThis(tMap.GetTaggedValue()); in ContainersHashMapIsEmptyFuzzTest() 107 ContainersHashMap::IsEmpty(callInfo2); in ContainersHashMapIsEmptyFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/ |
D | containerslightweightmapclear_fuzzer.cpp | 110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapClearFuzzTest() local 111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapClearFuzzTest() 112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapClearFuzzTest() 113 ContainersLightWeightMap::Clear(callInfo2); in ContainersLightWeightMapClearFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containershashmapentries_fuzzer/ |
D | containershashmapentries_fuzzer.cpp | 105 auto callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersHashMapEntriesFuzzTest() local 106 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersHashMapEntriesFuzzTest() 107 callInfo2->SetThis(tMap.GetTaggedValue()); in ContainersHashMapEntriesFuzzTest() 108 ContainersHashMap::Entries(callInfo2); in ContainersHashMapEntriesFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapforeach_fuzzer/ |
D | containerslightweightmapforeach_fuzzer.cpp | 110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapForEachFuzzTest() local 111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapForEachFuzzTest() 112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapForEachFuzzTest() 113 ContainersLightWeightMap::ForEach(callInfo2); in ContainersLightWeightMapForEachFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmaphasall_fuzzer/ |
D | containerslightweightmaphasall_fuzzer.cpp | 110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapHasAllhFuzzTest() local 111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapHasAllhFuzzTest() 112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapHasAllhFuzzTest() 113 ContainersLightWeightMap::HasAll(callInfo2); in ContainersLightWeightMapHasAllhFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapremove_fuzzer/ |
D | containerslightweightmapremove_fuzzer.cpp | 110 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapRemoveFuzzTest() local 111 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapRemoveFuzzTest() 112 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapRemoveFuzzTest() 113 ContainersLightWeightMap::Remove(callInfo2); in ContainersLightWeightMapRemoveFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapvalues_fuzzer/ |
D | containerslightweightmapvalues_fuzzer.cpp | 113 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapValuesFuzzTest() local 114 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapValuesFuzzTest() 115 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapValuesFuzzTest() 116 JSHandle<JSTaggedValue> iterValues(thread, ContainersLightWeightMap::Values(callInfo2)); in ContainersLightWeightMapValuesFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/ |
D | containerslightweightmapkeys_fuzzer.cpp | 113 EcmaRuntimeCallInfo *callInfo2 = CreateEcmaRuntimeCallInfo(thread, 4); in ContainersLightWeightMapKeysFuzzTest() local 114 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLightWeightMapKeysFuzzTest() 115 callInfo2->SetThis(lightWeightMap.GetTaggedValue()); in ContainersLightWeightMapKeysFuzzTest() 116 JSHandle<JSTaggedValue> iterKeys(thread, ContainersLightWeightMap::Keys(callInfo2)); in ContainersLightWeightMapKeysFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_hashset_test.cpp | 343 … auto callInfo2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() local 344 callInfo2->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 345 callInfo2->SetThis(iterValues.GetTaggedValue()); in HWTEST_F_L0() 347 [[maybe_unused]] auto prev1 = TestHelper::SetupFrame(thread, callInfo2); in HWTEST_F_L0() 348 result.Update(JSAPIHashSetIterator::Next(callInfo2)); in HWTEST_F_L0()
|
D | containers_vector_test.cpp | 629 … auto callInfo2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local 630 callInfo2->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 631 callInfo2->SetThis(vector.GetTaggedValue()); in HWTEST_F_L0() 632 callInfo2->SetCallArg(0, longArray.GetTaggedValue()); in HWTEST_F_L0() 634 [[maybe_unused]] auto prev2 = TestHelper::SetupFrame(thread, callInfo2); in HWTEST_F_L0() 635 ContainersVector::CopyToArray(callInfo2); in HWTEST_F_L0()
|
D | containers_treeset_test.cpp | 870 … auto callInfo2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() local 871 callInfo2->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 872 callInfo2->SetThis(tset.GetTaggedValue()); in HWTEST_F_L0() 873 [[maybe_unused]] auto prev2 = TestHelper::SetupFrame(thread, callInfo2); in HWTEST_F_L0() 874 JSHandle<JSTaggedValue> iter(thread, ContainersTreeSet::Entries(callInfo2)); in HWTEST_F_L0()
|
D | containers_hashmap_test.cpp | 383 … auto callInfo2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 4); in HWTEST_F_L0() local 384 callInfo2->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 385 callInfo2->SetThis(tMap.GetTaggedValue()); in HWTEST_F_L0() 386 [[maybe_unused]] auto prev6 = TestHelper::SetupFrame(thread, callInfo2); in HWTEST_F_L0() 387 JSHandle<JSTaggedValue> iter(thread, ContainersHashMap::Entries(callInfo2)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/ |
D | containerslinkedlistcommon_fuzzer.h | 694 auto callInfo2 = CreateEcmaRuntimeCallInfo(thread, 8); in ContainersLinkedListForEachFuzzTest() local 698 callInfo2->SetFunction(JSTaggedValue::Undefined()); in ContainersLinkedListForEachFuzzTest() 699 callInfo2->SetThis(linkedList.GetTaggedValue()); in ContainersLinkedListForEachFuzzTest() 700 callInfo2->SetCallArg(0, func.GetTaggedValue()); in ContainersLinkedListForEachFuzzTest() 701 callInfo2->SetCallArg(1, newLinkedlist.GetTaggedValue()); in ContainersLinkedListForEachFuzzTest() 702 containers::ContainersLinkedList::ForEach(callInfo2); in ContainersLinkedListForEachFuzzTest()
|