Searched refs:SetInstancePrototype (Results 1 – 3 of 3) sorted by relevance
987 cons->SetInstancePrototype(global_context()->initial_object_prototype()); in InitializeGlobal()
4601 Object* SetInstancePrototype(Object* value);
5757 Object* JSFunction::SetInstancePrototype(Object* value) { in SetInstancePrototype() function in v8::internal::JSFunction5801 return SetInstancePrototype(construct_prototype); in SetPrototype()