Home
last modified time | relevance | path

Searched defs:singleList (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp25 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList(thread)); in Add() local
51 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList(thread)); in Insert() local
71 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList(thread)); in Set() local
91 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList(thread).GetTaggedObject()); in Has() local
102 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList(thread).GetTaggedObject()); in Get() local
112 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList(thread)); in FastGet() local
132 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList(thread).GetTaggedObject()); in GetIndexOf() local
138 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList(thread).GetTaggedObject()); in GetLastIndexOf() local
144 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList(thread).GetTaggedObject()); in Clear() local
153 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList(thread)); in RemoveByIndex() local
[all …]
Djs_api_list_iterator.cpp39 JSHandle<TaggedSingleList> singleList(list); in Next() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/
Djsvaluerefislist_fuzzer.cpp146 JSTaggedValue singleList = TaggedSingleList::Create(thread); in JSValueRefIsListFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_container_common.h181 JSTaggedValue singleList = TaggedSingleList::Create(thread); in CreateList() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_list.cpp45 JSTaggedValue singleList = TaggedSingleList::Create(thread); in ListConstructor() local
331 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList(thread)); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp1156 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList(thread)); in GetListValue() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp4004 JSTaggedValue singleList = TaggedSingleList::Create(thread_); in HWTEST_F_L0() local