Searched refs:SetInstancePrototype (Results 1 – 3 of 3) sorted by relevance
743 cons->SetInstancePrototype(global_context()->initial_object_prototype()); in CreateRoots()
3270 Object* SetInstancePrototype(Object* value);
4713 Object* JSFunction::SetInstancePrototype(Object* value) { in SetInstancePrototype() function in v8::internal::JSFunction4751 return SetInstancePrototype(construct_prototype); in SetPrototype()