Home
last modified time | relevance | path

Searched refs:CreateLinkedListIterator (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_linked_list_iterator_test.cpp63 …thread, JSAPILinkedListIterator::CreateLinkedListIterator(thread, taggedValueHandle).GetTaggedValu… in HWTEST_F_L0()
100 …JSHandle<JSTaggedValue> result1 = JSAPILinkedListIterator::CreateLinkedListIterator(thread, undefi… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list_iterator.h31 …static JSHandle<JSTaggedValue> CreateLinkedListIterator(JSThread *thread, JSHandle<JSTaggedValue> …
Djs_api_linked_list_iterator.cpp59 JSHandle<JSTaggedValue> JSAPILinkedListIterator::CreateLinkedListIterator(JSThread *thread, in CreateLinkedListIterator() function in panda::ecmascript::JSAPILinkedListIterator
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/
Djsvaluerefislinkedlistiterator_fuzzer.cpp155 … JSAPILinkedListIterator::CreateLinkedListIterator(thread, taggedValueHandle).GetTaggedValue()); in JSValueRefIsLinkedListIteratorFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp591 JSHandle<JSTaggedValue> iter = JSAPILinkedListIterator::CreateLinkedListIterator(thread, self); in GetIteratorObj()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3959 … JSAPILinkedListIterator::CreateLinkedListIterator(thread_, taggedValueHandle).GetTaggedValue()); in HWTEST_F_L0()