Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp356 JSHandle<JSAPIHashSet> jsAPIHashSet = JSHandle<JSAPIHashSet>::Cast(jsAPIHashSetObject); in NewJSAPIHashSet() local
357 jsAPIHashSet->SetTable(thread, TaggedHashArray::Create(thread)); in NewJSAPIHashSet()
358 jsAPIHashSet->SetSize(0); in NewJSAPIHashSet()
359 return jsAPIHashSet; in NewJSAPIHashSet()
1016 auto jsAPIHashSet = tester.NewJSAPIHashSet(); in HWTEST_F_L0() local
1018 factory->NewJSAPIHashSetIterator(jsAPIHashSet, IterationKind::KEY); in HWTEST_F_L0()