Home
last modified time | relevance | path

Searched defs:doubleList (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_container_common.h170 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in CreateLinkedList() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/
H A Djsvaluerefislinkedlistiterator_fuzzer.cpp146 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListIteratorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
H A Djsvaluerefislinkedlist_fuzzer.cpp142 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_linked_list.cpp43 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in LinkedListConstructor() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_linked_list.cpp41 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); in Clear() local
108 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); Remove() local
196 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); Has() local
202 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); Get() local
212 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); GetIndexOf() local
218 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); GetLastIndexOf() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp3904 JSTaggedValue doubleList = TaggedDoubleList::Create(thread_); in HWTEST_F_L0() local
3950 JSTaggedValue doubleList = TaggedDoubleList::Create(thread_); in HWTEST_F_L0() local

Completed in 15 milliseconds