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.h831 inline bool JSTaggedValue::IsMicroJobQueue() const in IsMicroJobQueue() function
833 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMicroJobQueue(); in IsMicroJobQueue()
Djs_tagged_value.h618 bool IsMicroJobQueue() const;
Djs_hclass.h753 inline bool IsMicroJobQueue() const in IsMicroJobQueue() function