{"json_modified": "2016-09-26T03:59:04.252274", "uuid": "c366996e-7876-4086-bc95-747258885757", "title": "Object.setPrototypeOf()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf", "tags": ["JavaScript", "ECMAScript6", "Prototype", "Method", "Object"], "translations": [{"uuid": "9280bff1-770f-41b8-baef-c6a01274321d", "title": "Object.setPrototypeOf()", "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/Object/setPrototypeOf", "tags": ["ECMAScript6", "Experimental", "M\u00e9todo", "Objeto", "JavaScript"], "summary": "El m\u00e9todo\u00a0Object.setPrototypeOf()\u00a0establece el prototipo (p.e., la propiedad interna [[Prototype]]) de un objeto especificado a otro objeto o sino establece\u00a0null.", "localization_tags": [], "locale": "es", "last_edit": "2016-07-22T09:06:08", "review_tags": ["technical", "editorial"]}, {"uuid": "5ee32c8a-efd2-4af3-ab4f-638c8bb4ce72", "title": "Object.setPrototypeOf()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Object/setPrototypeOf", "tags": ["M\u00e9thode", "R\u00e9f\u00e9rence", "ECMAScript6", "JavaScript", "Object"], "summary": "La m\u00e9thode Object.setPrototypeOf() d\u00e9finit le prototype (autrement dit la propri\u00e9t\u00e9 interne [[Prototype]]) d'un objet donn\u00e9 avec un autre objet ou null.", "localization_tags": [], "locale": "fr", "last_edit": "2016-09-26T03:58:53", "review_tags": []}, {"uuid": "44f308eb-7524-4a4d-8bfb-5ecd52835c18", "title": "Object.setPrototypeOf()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf", "tags": ["Object", "Experimental", "Exp\u00e9rimental", "JavaScript", "ECMAScript6", "Method"], "summary": "Object.setPrototypeOf() \u30e1\u30bd\u30c3\u30c9\u306f\u6307\u5b9a\u3055\u308c\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ed\u30c8\u30bf\u30a4\u30d7(\u4f8b \u5185\u90e8\u306e[[Prototype]] \u30d7\u30ed\u30d1\u30c6\u30a3)\u3092\u5225\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3001\u307e\u305f\u306f\u3001null\u306b\u8a2d\u5b9a\u3057\u307e\u3059\u3002", "localization_tags": ["inprogress"], "locale": "ja", "last_edit": "2015-06-21T08:19:18", "review_tags": ["editorial"]}, {"uuid": "5fb7f850-a82b-41b0-ad16-062f3674d0e2", "title": "Object.setPrototypeOf()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf", "tags": ["polyfill", "Reference", "Object", "Experimental", "R\u00e9f\u00e9rence", "Exp\u00e9rimental", "JavaScript", "ECMAScript6", "Method"], "summary": "\u041c\u0435\u0442\u043e\u0434 Object.setPrototype() \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f (\u0442\u043e \u0435\u0441\u0442\u044c, \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e [[Prototype]]) \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0432 \u0434\u0440\u0443\u0433\u043e\u0439 \u043e\u0431\u044a\u0435\u043a\u0442 \u0438\u043b\u0438 null.", "localization_tags": [], "locale": "ru", "last_edit": "2015-01-29T04:54:22", "review_tags": []}, {"uuid": "04947e90-53b7-4501-8b85-202366c07e0e", "title": "Object.setPrototypeOf()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf", "tags": ["ECMAScript6", "\u5bf9\u8c61", "\u65b9\u6cd5", "JavaScript"], "summary": "Technical review completed.", "localization_tags": [], "locale": "zh-CN", "last_edit": "2016-08-25T01:25:34", "review_tags": []}], "modified": "2016-09-23T10:50:24", "label": "Object.setPrototypeOf()", "localization_tags": [], "locale": "en-US", "id": 74659, "last_edit": "2016-09-23T10:50:14", "summary": "The Object.setPrototypeOf() method sets the prototype (i.e., the internal [[Prototype]] property) of a specified object to another object or null.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntax", "title": "Syntax"}, {"id": "Parameters", "title": "Parameters"}, {"id": "Return_value", "title": "Return value"}, {"id": "Description", "title": "Description"}, {"id": "Examples", "title": "Examples"}, {"id": "Polyfill", "title": "Polyfill"}, {"id": "Appending_Prototype_Chains", "title": "Appending Prototype Chains"}, {"id": "Usage", "title": "Usage"}, {"id": "First_example_Appending_a_chain_to_a_prototype", "title": "First example: Appending a chain to a prototype"}, {"id": "Second_example_Transforming_a_primitive_value_into_an_instance_of_its_constructor_and_append_its_chain_to_a_prototype", "title": "Second example: Transforming a primitive value into an instance of its constructor and append its chain to a prototype"}, {"id": "Third_example_Appending_a_chain_to_the_Function.prototype_object_and_appending_a_new_function_to_that_chain", "title": "Third example: Appending a chain to the Function.prototype object and appending a new function to that chain"}, {"id": "Specifications", "title": "Specifications"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}, {"id": "See_also", "title": "See also"}], "slug": "Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf", "review_tags": []}