Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp396 JSHandle<JSAPILightWeightMap> jSAPILightWeightMap = in NewJSAPILightWeightMap() local
404 jSAPILightWeightMap->SetHashes(thread, hashArray); in NewJSAPILightWeightMap()
405 jSAPILightWeightMap->SetKeys(thread, keyArray); in NewJSAPILightWeightMap()
406 jSAPILightWeightMap->SetValues(thread, valueArray); in NewJSAPILightWeightMap()
407 jSAPILightWeightMap->SetLength(0); in NewJSAPILightWeightMap()
408 return jSAPILightWeightMap; in NewJSAPILightWeightMap()
1281 JSHandle<JSAPILightWeightMap> jSAPILightWeightMap = NewJSAPILightWeightMap(thread, factory); in HWTEST_F_L0() local
1282 DUMP_FOR_HANDLE(jSAPILightWeightMap); in HWTEST_F_L0()
1287 JSHandle<JSAPILightWeightMap> jSAPILightWeightMap = NewJSAPILightWeightMap(thread, factory); in HWTEST_F_L0() local
1289 factory->NewJSAPILightWeightMapIterator(jSAPILightWeightMap, IterationKin in HWTEST_F_L0()
[all...]

Completed in 3 milliseconds