Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp246 } else if (value->IsHashMap()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h485 bool IsHashMap();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp190 if (tagged->IsHashMap()) { in FromTagged()
433 if (tagged->IsHashMap()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3414 bool JSValueRef::IsHashMap() in IsHashMap() function in panda::JSValueRef