Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp344 JSHandle<JSAPIHashMap> jsAPIHashMap = JSHandle<JSAPIHashMap>::Cast(jsAPIHashMapObject); in NewJSAPIHashMap() local
345 jsAPIHashMap->SetTable(thread, TaggedHashArray::Create(thread)); in NewJSAPIHashMap()
346 jsAPIHashMap->SetSize(0); in NewJSAPIHashMap()
347 return jsAPIHashMap; in NewJSAPIHashMap()
1012 auto jsAPIHashMap = tester.NewJSAPIHashMap(); in HWTEST_F_L0() local
1014 factory->NewJSAPIHashMapIterator(jsAPIHashMap, IterationKind::KEY); in HWTEST_F_L0()