Home
last modified time | relevance | path

Searched refs:dlist (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/
H A Dcontainersstackforeach_fuzzer.cpp117 JSHandle<JSAPIStack> dlist = CreateJSAPIStack(thread); in ContainersStackForEachFuzzTest() local
125 callInfo->SetCallArg(1, dlist.GetTaggedValue()); in ContainersStackForEachFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containersqueueforeach_fuzzer/
H A Dcontainersqueueforeach_fuzzer.cpp117 JSHandle<JSAPIQueue> dlist = CreateJSAPIQueue(thread); in ContainersQueueForEachFuzzTest() local
125 callInfo->SetCallArg(1, dlist.GetTaggedValue()); in ContainersQueueForEachFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_deque_test.cpp268 JSHandle<JSAPIDeque> dlist = CreateJSAPIDeque(); in HWTEST_F_L0() local
276 callInfo->SetCallArg(1, dlist.GetTaggedValue()); in HWTEST_F_L0()
H A Dcontainers_stack_test.cpp257 JSHandle<JSAPIStack> dlist = CreateJSAPIStack(); in HWTEST_F_L0() local
265 callInfo->SetCallArg(1, dlist.GetTaggedValue()); in HWTEST_F_L0()
H A Dcontainers_list_test.cpp467 JSHandle<JSAPIList> dlist = CreateJSAPIList(); in HWTEST_F_L0() local
475 callInfo->SetCallArg(1, dlist.GetTaggedValue()); in HWTEST_F_L0()

Completed in 4 milliseconds