Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp260 } else if (value->IsTreeMap()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h495 bool IsTreeMap();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp217 if (tagged->IsTreeMap()) { in FromTagged()
460 if (tagged->IsTreeMap()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3464 bool JSValueRef::IsTreeMap() in IsTreeMap() function in panda::JSValueRef