Home
last modified time | relevance | path

Searched defs:RemoveByIndex (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.cpp302 JSTaggedValue TaggedList<Derived>::RemoveByIndex(JSThread *thread, const int &index) in RemoveByIndex() function in panda::ecmascript::TaggedList
550 JSTaggedValue TaggedSingleList::RemoveByIndex(JSThread *thread, const int &index) in RemoveByIndex() function in panda::ecmascript::TaggedSingleList
762 JSTaggedValue TaggedDoubleList::RemoveByIndex(JSThread *thread, const int &index) in RemoveByIndex() function in panda::ecmascript::TaggedDoubleList
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp151 JSTaggedValue JSAPIList::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIList> &list, const int… in RemoveByIndex() function in panda::ecmascript::JSAPIList
Djs_api_linked_list.cpp87 JSTaggedValue JSAPILinkedList::RemoveByIndex(JSThread *thread, JSHandle<JSAPILinkedList> &list, con… in RemoveByIndex() function in panda::ecmascript::JSAPILinkedList
Djs_api_vector.cpp183 JSTaggedValue JSAPIVector::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIVector> &vector, int… in RemoveByIndex() function in panda::ecmascript::JSAPIVector
Djs_api_arraylist.cpp174 JSTaggedValue JSAPIArrayList::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIArrayList> &array… in RemoveByIndex() function in panda::ecmascript::JSAPIArrayList
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp331 JSTaggedValue ContainersLinkedList::RemoveByIndex(EcmaRuntimeCallInfo *argv) in RemoveByIndex() function in panda::ecmascript::containers::ContainersLinkedList
Dcontainers_list.cpp373 JSTaggedValue ContainersList::RemoveByIndex(EcmaRuntimeCallInfo *argv) in RemoveByIndex() function in panda::ecmascript::containers::ContainersList
Dcontainers_arraylist.cpp350 JSTaggedValue ContainersArrayList::RemoveByIndex(EcmaRuntimeCallInfo *argv) in RemoveByIndex() function in panda::ecmascript::containers::ContainersArrayList
Dcontainers_vector.cpp358 JSTaggedValue ContainersVector::RemoveByIndex(EcmaRuntimeCallInfo *argv) in RemoveByIndex() function in panda::ecmascript::containers::ContainersVector
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_linked_list_test.cpp251 HWTEST_F_L0(ContainersLinkedListTest, RemoveByIndex) in HWTEST_F_L0() argument