Home
last modified time | relevance | path

Searched refs:IsMicroJobQueue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jobs/
Dmicro_job_queue.h34 ASSERT(JSTaggedValue(object).IsMicroJobQueue()); in Cast()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h861 inline bool JSTaggedValue::IsMicroJobQueue() const in IsMicroJobQueue() function
863 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMicroJobQueue(); in IsMicroJobQueue()
Djs_tagged_value.h568 bool IsMicroJobQueue() const;
Djs_hclass.h850 inline bool IsMicroJobQueue() const in IsMicroJobQueue() function