Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp214 } else if (value->IsMapIterator()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h439 bool IsMapIterator();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp180 if (tagged->IsMapIterator()) { in FromTagged()
367 if (tagged->IsMapIterator()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3192 bool JSValueRef::IsMapIterator() in IsMapIterator() function in panda::JSValueRef