Home
last modified time | relevance | path

Searched defs:TrimToCurrentLength (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp434 void JSAPIVector::TrimToCurrentLength(JSThread *thread, const JSHandle<JSAPIVector> &obj) in TrimToCurrentLength() function in panda::ecmascript::JSAPIVector
Djs_api_arraylist.cpp114 void JSAPIArrayList::TrimToCurrentLength(JSThread *thread, const JSHandle<JSAPIArrayList> &arrayLis… in TrimToCurrentLength() function in panda::ecmascript::JSAPIArrayList
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp235 JSTaggedValue ContainersArrayList::TrimToCurrentLength(EcmaRuntimeCallInfo *argv) in TrimToCurrentLength() function in panda::ecmascript::containers::ContainersArrayList
Dcontainers_vector.cpp569 JSTaggedValue ContainersVector::TrimToCurrentLength(EcmaRuntimeCallInfo *argv) in TrimToCurrentLength() function in panda::ecmascript::containers::ContainersVector
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp264 HWTEST_F_L0(JSAPIArrayListTest, TrimToCurrentLength) in HWTEST_F_L0() argument