Home
last modified time | relevance | path

Searched refs:IsArrayIterator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h436 bool IsArrayIterator();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp170 if (tagged->IsArrayIterator()) { in FromTagged()
358 if (tagged->IsArrayIterator()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3177 bool JSValueRef::IsArrayIterator() in IsArrayIterator() function in panda::JSValueRef