Searched refs:IsMicroJobQueue (Results 1 – 4 of 4) sorted by relevance
34 ASSERT(JSTaggedValue(object).IsMicroJobQueue()); in Cast()
861 inline bool JSTaggedValue::IsMicroJobQueue() const in IsMicroJobQueue() function863 return IsHeapObject() && GetTaggedObject()->GetClass()->IsMicroJobQueue(); in IsMicroJobQueue()
568 bool IsMicroJobQueue() const;
850 inline bool IsMicroJobQueue() const in IsMicroJobQueue() function