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