Searched defs:RemoveByRange (Results 1 – 6 of 6) sorted by relevance
190 HWTEST_F_L0(ContainersArrayListTest, RemoveByRange) in HWTEST_F_L0() argument
204 JSTaggedValue JSAPIVector::RemoveByRange(JSThread *thread, const JSHandle<JSAPIVector> &vector, in RemoveByRange() function in panda::ecmascript::JSAPIVector
217 JSTaggedValue JSAPIArrayList::RemoveByRange(JSThread *thread, const JSHandle<JSAPIArrayList> &array… in RemoveByRange() function in panda::ecmascript::JSAPIArrayList
415 JSTaggedValue ContainersArrayList::RemoveByRange(EcmaRuntimeCallInfo *argv) in RemoveByRange() function in panda::ecmascript::containers::ContainersArrayList
383 JSTaggedValue ContainersVector::RemoveByRange(EcmaRuntimeCallInfo *argv) in RemoveByRange() function in panda::ecmascript::containers::ContainersVector
362 HWTEST_F_L0(JSAPIArrayListTest, RemoveByRange) in HWTEST_F_L0() argument