Lines Matching defs:constructor
655 Object* constructor = map->GetConstructor();656 if (!constructor->IsHeapObject() ||657 ObjectMarking::IsWhite(HeapObject::cast(constructor))) {658 // The constructor is dead, no new objects with this map can697 // The prototype and the constructor are marked, this map keeps only