Searched refs:IsArrayOrObjectPrototype (Results 1 – 2 of 2) sorted by relevance
1145 bool IsArrayOrObjectPrototype(Object* object);
2505 bool Isolate::IsArrayOrObjectPrototype(Object* object) { in IsArrayOrObjectPrototype() function in v8::internal::Isolate2621 if (!IsArrayOrObjectPrototype(*object)) return; in UpdateArrayProtectorOnSetElement()