Searched refs:initial_object_proto (Results 1 – 1 of 1) sorted by relevance
2195 JSObject* initial_object_proto = JSObject::cast(*initial_object_prototype()); in IsFastArrayConstructorPrototypeChainIntact() local2197 if (iter.IsAtEnd() || iter.GetCurrent() != initial_object_proto) { in IsFastArrayConstructorPrototypeChainIntact()2200 if (initial_object_proto->elements() != heap()->empty_fixed_array()) { in IsFastArrayConstructorPrototypeChainIntact()