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.cpp34 if (!input->IsJSAPIQueueIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1119 inline bool JSTaggedValue::IsJSAPIQueueIterator() const in IsJSAPIQueueIterator() function
1121 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIQueueIterator(); in IsJSAPIQueueIterator()
Djs_tagged_value.h703 bool IsJSAPIQueueIterator() const;
Djs_hclass.h1306 inline bool IsJSAPIQueueIterator() const in IsJSAPIQueueIterator() function