Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dmicro_job_queue.h31 ASSERT(JSTaggedValue(object).IsMicroJobQueue()); in Cast()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h649 inline bool JSTaggedValue::IsMicroJobQueue() const in IsMicroJobQueue() function in panda::ecmascript::JSTaggedValue
651 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMicroJobQueue(); in IsMicroJobQueue()
H A Djs_tagged_value.h612 bool IsMicroJobQueue() const;
H A Djs_hclass.h986 inline bool IsMicroJobQueue() const in IsMicroJobQueue() function in panda::ecmascript::JSHClass

Completed in 9 milliseconds