Searched defs:doubleList (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_linked_list.cpp | 30 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/ |
| D | js_api_linked_list_iterator_test.cpp | 86 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in CreateLinkedList() local
|
| D | js_api_linked_list_test.cpp | 86 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/ |
| D | containers_linked_list.cpp | 47 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in LinkedListConstructor() local 551 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in ForEach() local
|