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.h203 inline bool JSObject::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function
205 return GetJSHClass()->IsJSAPIVectorIterator(); in IsJSAPIVectorIterator()
Djs_tagged_value-inl.h1235 inline bool JSTaggedValue::IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function
1237 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIVectorIterator(); in IsJSAPIVectorIterator()
Djs_tagged_value.h598 bool IsJSAPIVectorIterator() const;
Djs_object.h619 bool IsJSAPIVectorIterator() const;
Djs_hclass.h1114 inline bool IsJSAPIVectorIterator() const in IsJSAPIVectorIterator() function