Searched defs:RemoveByRange (Results 1 – 6 of 6) sorted by relevance
189 HWTEST_F_L0(ContainersArrayListTest, RemoveByRange) in HWTEST_F_L0() argument
412 JSTaggedValue ContainersArrayList::RemoveByRange(EcmaRuntimeCallInfo *argv) in RemoveByRange() function in panda::ecmascript::containers::ContainersArrayList
388 JSTaggedValue ContainersVector::RemoveByRange(EcmaRuntimeCallInfo *argv) in RemoveByRange() function in panda::ecmascript::containers::ContainersVector
206 JSTaggedValue JSAPIVector::RemoveByRange(JSThread *thread, const JSHandle<JSAPIVector> &vector, in RemoveByRange() function in panda::ecmascript::JSAPIVector
213 JSTaggedValue JSAPIArrayList::RemoveByRange(JSThread *thread, const JSHandle<JSAPIArrayList> &array… in RemoveByRange() function in panda::ecmascript::JSAPIArrayList
385 HWTEST_F_L0(JSAPIArrayListTest, RemoveByRange) in HWTEST_F_L0() argument