Home
last modified time | relevance | path

Searched refs:jsAPIArrayList (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp337 … JSHandle<JSAPIArrayList> jsAPIArrayList = JSHandle<JSAPIArrayList>::Cast(jsAPIArrayListObject); in NewJSAPIArrayList() local
338 jsAPIArrayList->SetLength(instance->GetJSThread(), JSTaggedValue(0)); in NewJSAPIArrayList()
339 return jsAPIArrayList; in NewJSAPIArrayList()
1026 auto jsAPIArrayList = tester.NewJSAPIArrayList(); in HWTEST_F_L0() local
1028 factory->NewJSAPIArrayListIterator(jsAPIArrayList); in HWTEST_F_L0()