Searched defs:doubleList (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_linked_list.cpp | 31 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/ |
| D | jsvaluerefislinkedlist_fuzzer.cpp | 142 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/ |
| D | jsvaluerefislinkedlistiterator_fuzzer.cpp | 146 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListIteratorFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_container_common.h | 170 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in CreateLinkedList() local
|
| D | js_api_linked_list_test.cpp | 151 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_linked_list.cpp | 43 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in LinkedListConstructor() local 563 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 1121 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in GetLinkedListValue() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 3904 JSTaggedValue doubleList = TaggedDoubleList::Create(thread_); in HWTEST_F_L0() local 3950 JSTaggedValue doubleList = TaggedDoubleList::Create(thread_); in HWTEST_F_L0() local
|