Home
last modified time | relevance | path

Searched refs:jsAPILightWeightMap (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp370 JSHandle<JSAPILightWeightMap> jsAPILightWeightMap = in NewJSAPILightWeightMap() local
378 jsAPILightWeightMap->SetHashes(thread, hashArray); in NewJSAPILightWeightMap()
379 jsAPILightWeightMap->SetKeys(thread, keyArray); in NewJSAPILightWeightMap()
380 jsAPILightWeightMap->SetValues(thread, valueArray); in NewJSAPILightWeightMap()
381 jsAPILightWeightMap->SetLength(0); in NewJSAPILightWeightMap()
382 return jsAPILightWeightMap; in NewJSAPILightWeightMap()
1022 auto jsAPILightWeightMap = tester.NewJSAPILightWeightMap(); in HWTEST_F_L0() local
1024 factory->NewJSAPILightWeightMapIterator(jsAPILightWeightMap, IterationKind::KEY); in HWTEST_F_L0()

Completed in 5 milliseconds