{"json_modified": "2016-09-26T03:59:03.675834", "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"], "translations": [{"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"], "summary": "The Object.setPrototypeOf() method sets the prototype (i.e., the internal [[Prototype]] property) of a specified object to another object or null.", "localization_tags": [], "locale": "en-US", "last_edit": "2016-09-23T10:50:14", "review_tags": []}, {"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": "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-26T03:59:03", "label": "Object.setPrototypeOf()", "localization_tags": [], "locale": "fr", "id": 113933, "last_edit": "2016-09-26T03:58:53", "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.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntaxe", "title": "Syntaxe"}, {"id": "Param\u00e8tres", "title": "Param\u00e8tres"}, {"id": "Valeur_de_retour", "title": "Valeur de retour"}, {"id": "Description", "title": "Description"}, {"id": "Exemples", "title": "Exemples"}, {"id": "Proth\u00e8se_d'\u00e9mulation_(polyfill)", "title": "Proth\u00e8se d'\u00e9mulation ("}, {"id": "Ajouter_une_cha\u00eene_de_prototypes_\u00e0_un_objet", "title": "Ajouter une cha\u00eene de prototypes \u00e0 un objet"}, {"id": "Utilisation", "title": "Utilisation"}, {"id": "Ajouter_une_cha\u00eene_de_prototypes_\u00e0_un_prototype", "title": "Ajouter une cha\u00eene de prototypes \u00e0 un prototype"}, {"id": "Deuxi\u00e8me_exemple_Transformer_une_valeur_primitive_en_une_instance_de_son_constructeur_et_ajouter_sa_cha\u00eene_\u00e0_un_prototype", "title": "Deuxi\u00e8me exemple : Transformer une valeur primitive en une instance de son constructeur et ajouter sa cha\u00eene \u00e0 un prototype"}, {"id": "Troisi\u00e8me_exemple_Ajouter_une_cha\u00eene_de_prototypes_\u00e0_l'objet_Function.prototype_object_et_ajouter_une_nouvelle_fonction_\u00e0_cette_cha\u00eene", "title": "Troisi\u00e8me exemple : Ajouter une cha\u00eene de prototypes \u00e0 l'objet Function.prototype object et ajouter une nouvelle fonction \u00e0 cette cha\u00eene"}, {"id": "Sp\u00e9cifications", "title": "Sp\u00e9cifications"}, {"id": "Compatibilit\u00e9_des_navigateurs", "title": "Compatibilit\u00e9 des navigateurs"}, {"id": "Voir_aussi", "title": "Voir aussi"}], "slug": "Web/JavaScript/Reference/Objets_globaux/Object/setPrototypeOf", "review_tags": []}