Home
last modified time | relevance | path

Searched refs:newLinkedlist (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_linked_list_test.cpp471 JSHandle<JSAPILinkedList> newLinkedlist = CreateJSAPILinkedList(); in HWTEST_F_L0() local
479 callInfo->SetCallArg(1, newLinkedlist.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h693 JSHandle<JSAPILinkedList> newLinkedlist = CreateJSAPILinkedList(thread); in ContainersLinkedListForEachFuzzTest() local
701 callInfo2->SetCallArg(1, newLinkedlist.GetTaggedValue()); in ContainersLinkedListForEachFuzzTest()