Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/
Djsvaluerefishashmap_fuzzer.cpp131 tag->IsHashMap(); in JSValueRefIsHashMapFuzzTest()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp212 } else if (value->IsHashMap()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h479 bool IsHashMap();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp193 if (tagged->IsHashMap()) { in FromTagged()
458 if (tagged->IsHashMap()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp729 bool JSValueRef::IsHashMap() in IsHashMap() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1546 ASSERT_TRUE(tag->IsHashMap()); in HWTEST_F_L0()
1549 TEST_TIME(JSValueRef::IsHashMap); in HWTEST_F_L0()