Home
last modified time | relevance | path

Searched defs:doubleList (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list.cpp31 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in Insert() local
47 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); in Clear() local
73 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveFirst() local
84 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveLast() local
95 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveByIndex() local
114 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); in Remove() local
125 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveFirstFound() local
137 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveLastFound() local
148 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in Add() local
156 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in AddFirst() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
Djsvaluerefislinkedlist_fuzzer.cpp142 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/
Djsvaluerefislinkedlistiterator_fuzzer.cpp146 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListIteratorFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_container_common.h170 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in CreateLinkedList() local
Djs_api_linked_list_test.cpp151 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp43 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in LinkedListConstructor() local
563 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp1121 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in GetLinkedListValue() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3904 JSTaggedValue doubleList = TaggedDoubleList::Create(thread_); in HWTEST_F_L0() local
3950 JSTaggedValue doubleList = TaggedDoubleList::Create(thread_); in HWTEST_F_L0() local