Home
last modified time | relevance | path

Searched defs:arrayList (Results 1 – 5 of 5) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_api_arraylist.cpp25 bool JSAPIArrayList::Add(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, in Add()
37 void JSAPIArrayList::Insert(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, in Insert()
54 void JSAPIArrayList::Clear(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList) in Clear()
85 void JSAPIArrayList::IncreaseCapacityTo(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, in IncreaseCapacityTo()
99 …id JSAPIArrayList::TrimToCurrentLength(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList) in TrimToCurrentLength()
118 bool JSAPIArrayList::IsEmpty(const JSHandle<JSAPIArrayList> &arrayList) in IsEmpty()
123 int JSAPIArrayList::GetIndexOf(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, in GetIndexOf()
139 int JSAPIArrayList::GetLastIndexOf(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, in GetLastIndexOf()
154 bool JSAPIArrayList::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, int… in RemoveByIndex()
172 bool JSAPIArrayList::Remove(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayList, in Remove()
[all …]
Djs_api_arraylist_iterator.cpp38 JSHandle<JSTaggedValue> arrayList(thread, iter->GetIteratedArrayList()); in Next() local
Dobject_factory.cpp2346 …ayListIterator> ObjectFactory::NewJSAPIArrayListIterator(const JSHandle<JSAPIArrayList> &arrayList) in NewJSAPIArrayListIterator()
Ddump.cpp1363 JSAPIArrayList *arrayList = JSAPIArrayList::Cast(GetIteratedArrayList().GetTaggedObject()); in Dump() local
/ark/js_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp475 JSHandle<JSAPIArrayList> arrayList = JSHandle<JSAPIArrayList>::Cast(self); in ConvertToArray() local