Home
last modified time | relevance | path

Searched refs:IsJSAPIVectorIterator (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector_iterator.h27 ASSERT(JSTaggedValue(obj).IsJSAPIVectorIterator()); in Cast()
Djs_api_vector_iterator.cpp34 if (!input->IsJSAPIVectorIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h191 inline bool JSObject::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function
193 return GetJSHClass()->IsJSAPIVectorIterator(); in IsJSAPIVectorIterator()
Djs_tagged_value-inl.h1190 inline bool JSTaggedValue::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function
1192 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIVectorIterator(); in IsJSAPIVectorIterator()
Djs_tagged_value.h648 bool IsJSAPIVectorIterator() const;
Djs_object.h556 bool IsJSAPIVectorIterator() const;
Djs_hclass.h997 inline bool IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function