Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.cpp308 JSTaggedValue TaggedList<Derived>::RemoveByIndex(JSThread *thread, const int &index) in RemoveByIndex() function in panda::ecmascript::TaggedList
553 JSTaggedValue TaggedSingleList::RemoveByIndex(JSThread *thread, const int &index) in RemoveByIndex() function in panda::ecmascript::TaggedSingleList
739 JSTaggedValue TaggedDoubleList::RemoveByIndex(JSThread *thread, const int &index) in RemoveByIndex() function in panda::ecmascript::TaggedDoubleList
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp131 JSTaggedValue JSAPIList::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIList> &list, const int… in RemoveByIndex() function in panda::ecmascript::JSAPIList
Djs_api_linked_list.cpp92 JSTaggedValue JSAPILinkedList::RemoveByIndex(JSThread *thread, JSHandle<JSAPILinkedList> &list, con… in RemoveByIndex() function in panda::ecmascript::JSAPILinkedList
Djs_api_arraylist.cpp174 JSTaggedValue JSAPIArrayList::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIArrayList> &array… in RemoveByIndex() function in panda::ecmascript::JSAPIArrayList
Djs_api_vector.cpp186 JSTaggedValue JSAPIVector::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIVector> &vector, int… in RemoveByIndex() function in panda::ecmascript::JSAPIVector
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_linked_list_test.cpp251 HWTEST_F_L0(ContainersLinkedListTest, RemoveByIndex) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_linked_list.cpp330 JSTaggedValue ContainersLinkedList::RemoveByIndex(EcmaRuntimeCallInfo *argv) in RemoveByIndex() function in panda::ecmascript::containers::ContainersLinkedList
Dcontainers_arraylist.cpp350 JSTaggedValue ContainersArrayList::RemoveByIndex(EcmaRuntimeCallInfo *argv) in RemoveByIndex() function in panda::ecmascript::containers::ContainersArrayList
Dcontainers_list.cpp370 JSTaggedValue ContainersList::RemoveByIndex(EcmaRuntimeCallInfo *argv) in RemoveByIndex() function in panda::ecmascript::containers::ContainersList
Dcontainers_vector.cpp363 JSTaggedValue ContainersVector::RemoveByIndex(EcmaRuntimeCallInfo *argv) in RemoveByIndex() function in panda::ecmascript::containers::ContainersVector