Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp189 HWTEST_F_L0(ContainersArrayListTest, RemoveByRange) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp412 JSTaggedValue ContainersArrayList::RemoveByRange(EcmaRuntimeCallInfo *argv) in RemoveByRange() function in panda::ecmascript::containers::ContainersArrayList
Dcontainers_vector.cpp388 JSTaggedValue ContainersVector::RemoveByRange(EcmaRuntimeCallInfo *argv) in RemoveByRange() function in panda::ecmascript::containers::ContainersVector
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp206 JSTaggedValue JSAPIVector::RemoveByRange(JSThread *thread, const JSHandle<JSAPIVector> &vector, in RemoveByRange() function in panda::ecmascript::JSAPIVector
Djs_api_arraylist.cpp213 JSTaggedValue JSAPIArrayList::RemoveByRange(JSThread *thread, const JSHandle<JSAPIArrayList> &array… in RemoveByRange() function in panda::ecmascript::JSAPIArrayList
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp385 HWTEST_F_L0(JSAPIArrayListTest, RemoveByRange) in HWTEST_F_L0() argument