Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp33 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList()); in Add() local
59 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList()); in Insert() local
76 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList()); in Set() local
92 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in Has() local
103 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in Get() local
113 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in GetIndexOf() local
119 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in GetLastIndexOf() local
125 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in Clear() local
133 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList()); in RemoveByIndex() local
148 TaggedSingleList *singleList = TaggedSingleList::Cast(GetSingleList().GetTaggedObject()); in Remove() local
[all …]
Djs_api_list_iterator.cpp45 JSHandle<TaggedSingleList> singleList(list); in Next() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_list_iterator_test.cpp86 JSTaggedValue singleList = TaggedSingleList::Create(thread); in CreateList() local
Djs_api_list_test.cpp86 JSTaggedValue singleList = TaggedSingleList::Create(thread); in CreateList() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_list.cpp48 JSTaggedValue singleList = TaggedSingleList::Create(thread); in ListConstructor() local
325 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList()); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp1045 JSHandle<TaggedSingleList> singleList(thread, list->GetSingleList()); in GetListValue() local