Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/
Djsvaluerefishashmap_fuzzer.cpp96 JSHandle<JSAPIHashMap> ConstructobjectHashMap(JSThread *thread) in ConstructobjectHashMap() function
128 JSHandle<JSAPIHashMap> map = ConstructobjectHashMap(thread); in JSValueRefIsHashMapFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1245 JSHandle<JSAPIHashMap> ConstructobjectHashMap(const EcmaVM *vm_) in ConstructobjectHashMap() function
1541 JSHandle<JSAPIHashMap> map = ConstructobjectHashMap(vm_); in HWTEST_F_L0()