Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_linked_list.cpp30 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in Insert() local
46 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); in Clear() local
72 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveFirst() local
83 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveLast() local
94 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveByIndex() local
109 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); in Remove() local
120 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveFirstFound() local
132 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveLastFound() local
143 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in Add() local
151 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in AddFirst() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_linked_list_iterator_test.cpp86 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in CreateLinkedList() local
Djs_api_linked_list_test.cpp86 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in CreateLinkedList() local
281 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp47 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in LinkedListConstructor() local
556 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp1025 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in GetLinkedListValue() local