Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_test.cpp419 JSHandle<JSAPIHashMap> srcHashMap(thread, CreateHashMap()); in HWTEST_F_L0() local
429 JSAPIHashMap::Set(thread, srcHashMap, key, srcValue); in HWTEST_F_L0()
433 JSAPIHashMap::SetAll(thread, dstHashMap, srcHashMap); in HWTEST_F_L0()