Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp311 JSHandle<JSHClass> arrayListClass = in NewJSAPIArrayList() local
313 …ayList> jsArrayList = JSHandle<JSAPIArrayList>::Cast(factory->NewJSObjectWithInit(arrayListClass)); in NewJSAPIArrayList()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp700 …JSHandle<JSHClass> arrayListClass = factory->NewEcmaHClass(JSAPIArrayList::SIZE, JSType::JS_API_AR… in HWTEST_F_L0() local
701 …ayList> jsArrayList = JSHandle<JSAPIArrayList>::Cast(factory->NewJSObjectWithInit(arrayListClass)); in HWTEST_F_L0()