Searched refs:IsPromiseRecord (Results 1 – 4 of 4) sorted by relevance
83 CAST_CHECK(PromiseRecord, IsPromiseRecord);
641 inline bool JSTaggedValue::IsPromiseRecord() const in IsPromiseRecord() function643 return IsHeapObject() && GetTaggedObject()->GetClass()->IsPromiseRecord(); in IsPromiseRecord()
609 bool IsPromiseRecord() const;
1280 inline bool IsPromiseRecord() const in IsPromiseRecord() function