Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp262 } else if (value->IsTreeSet()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h496 bool IsTreeSet();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp220 if (tagged->IsTreeSet()) { in FromTagged()
463 if (tagged->IsTreeSet()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3469 bool JSValueRef::IsTreeSet() in IsTreeSet() function in panda::JSValueRef