Home
last modified time | relevance | path

Searched refs:IsJSAPIQueueIterator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue_iterator.h27 ASSERT(JSTaggedValue(obj).IsJSAPIQueueIterator()); in Cast()
Djs_api_queue_iterator.cpp36 if (!input->IsJSAPIQueueIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1123 inline bool JSTaggedValue::IsJSAPIQueueIterator() const in IsJSAPIQueueIterator() function
1125 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIQueueIterator(); in IsJSAPIQueueIterator()
Djs_tagged_value.h637 bool IsJSAPIQueueIterator() const;
Djs_hclass.h887 inline bool IsJSAPIQueueIterator() const in IsJSAPIQueueIterator() function