Searched refs:IsVTable (Results 1 – 3 of 3) sorted by relevance
514 inline bool JSTaggedValue::IsVTable() const in IsVTable() function516 return IsHeapObject() && GetTaggedObject()->GetClass()->IsVTable(); in IsVTable()
525 bool IsVTable() const;
1414 inline bool IsVTable() const in IsVTable() function