Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp264 } else if (value->IsArrayList()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h483 bool IsArrayList();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp184 if (tagged->IsArrayList()) { in FromTagged()
427 if (tagged->IsArrayList()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3404 bool JSValueRef::IsArrayList() in IsArrayList() function in panda::JSValueRef