Home
last modified time | relevance | path

Searched defs:newArrayList (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp148 …JSHandle<JSAPIArrayList> newArrayList = JSAPIArrayList::Clone(thread, JSHandle<JSAPIArrayList>::Ca… in Clone() local
544 JSTaggedValue newArrayList = in SubArrayList() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_arraylist_test.cpp258 … JSTaggedValue newArrayList = ArrayListSubArrayList(arrayList, JSTaggedValue(1), JSTaggedValue(3)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp83 JSHandle<JSAPIArrayList> newArrayList = factory->NewJSAPIArrayList(0); in Clone() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp209 JSHandle<JSAPIArrayList> newArrayList = JSAPIArrayList::Clone(thread, arrayList); in HWTEST_F_L0() local