Searched defs:TrimToCurrentLength (Results 1 – 5 of 5) sorted by relevance
434 void JSAPIVector::TrimToCurrentLength(JSThread *thread, const JSHandle<JSAPIVector> &obj) in TrimToCurrentLength() function in panda::ecmascript::JSAPIVector
114 void JSAPIArrayList::TrimToCurrentLength(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayLis… in TrimToCurrentLength() function in panda::ecmascript::JSAPIArrayList
235 JSTaggedValue ContainersArrayList::TrimToCurrentLength(EcmaRuntimeCallInfo *argv) in TrimToCurrentLength() function in panda::ecmascript::containers::ContainersArrayList
569 JSTaggedValue ContainersVector::TrimToCurrentLength(EcmaRuntimeCallInfo *argv) in TrimToCurrentLength() function in panda::ecmascript::containers::ContainersVector
264 HWTEST_F_L0(JSAPIArrayListTest, TrimToCurrentLength) in HWTEST_F_L0() argument