Searched refs:IsJSCollection (Results 1 – 2 of 2) sorted by relevance
672 } else if (obj->IsJSCollection()) { in CollectStatistics()
300 bool HeapObject::IsJSCollection() const { return IsJSMap() || IsJSSet(); } in IsJSCollection() function