{"json_modified": "2015-04-22T09:58:09.107589", "slug": "Web/JavaScript/Reference/Global_Objects/Object/noSuchMethod", "tags": ["Property", "Reference", "Object", "R\u00e9f\u00e9rence", "prototype", "JavaScript", "Non-standard"], "locale": "ru", "title": "Object.prototype.__noSuchMethod__", "translations": [{"title": "Object.prototype.__noSuchMethod__", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/noSuchMethod", "tags": ["JavaScript", "Obsolete", "Property", "prototype", "Object"], "summary": "The __noSuchMethod__ property references a function to be executed when a non-existent method is called on an object.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-03-16T07:12:34", "review_tags": []}, {"title": "Object.prototype.__noSuchMethod__", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Object/noSuchMethod", "tags": ["JavaScript Reference", "\u8981\u66f4\u65b0", "JavaScript"], "summary": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u95a2\u6570\u3092\u547c\u3073\u51fa\u3057\u305f\u6642\u306b\u5b9f\u884c\u3055\u308c\u308b\u95a2\u6570\u3092\u8868\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-13T01:43:13", "review_tags": []}, {"title": "Object.prototype.__noSuchMethod__", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Object/noSuchMethod", "tags": ["Property", "Reference", "Object", "R\u00e9ference", "R\u00e9f\u00e9rence", "prototype", "JavaScript", "Non-standard"], "summary": "La propri\u00e9t\u00e9 __noSuchMethod__ fait r\u00e9f\u00e9rence \u00e0 une fonction \u00e0 ex\u00e9cuter lorsqu'on appelle une m\u00e9thode qui n'est pas d\u00e9finie pour un objet.", "localization_tags": [], "locale": "fr", "last_edit": "2015-03-16T13:22:54", "review_tags": []}], "modified": "2015-04-22T09:58:06", "label": "Object.prototype.__noSuchMethod__", "localization_tags": [], "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Object/noSuchMethod", "last_edit": "2015-02-02T05:04:29", "summary": "\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e __noSuchMethod__ \u0441\u0441\u044b\u043b\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044e, \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0449\u0443\u044e\u0441\u044f \u043a\u0430\u0436\u0434\u044b\u0439 \u0440\u0430\u0437 \u043f\u0440\u0438 \u0432\u044b\u0437\u043e\u0432\u0435 \u043d\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0435 \u043d\u0435\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e \u043c\u0435\u0442\u043e\u0434\u0430.", "sections": [{"id": "Quick_Links", "title": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b Object \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 Object.prototype Object.prototype.__count__ Object.prototype.__noSuchMethod__ Object.prototype.__parent__ Object.prototype.__proto__ Object.prototype.constructor \u041c\u0435\u0442\u043e\u0434\u044b Object.assign() Object.create() Object.defineProperties() Object.defineProperty() Object.freeze() Object.getOwnPropertyDescriptor() Object.getOwnPropertyNames() Object.getOwnPropertySymbols() Object.getPrototypeOf() Object.is() Object.isExtensible() Object.isFrozen() Object.isSealed() Object.keys() Object.observe() Object.preventExtensions() Object.prototype.__defineGetter__() Object.prototype.__defineSetter__() Object.prototype.__lookupGetter__() Object.prototype.__lookupSetter__() Object.prototype.eval() Object.prototype.hasOwnProperty() Object.prototype.isPrototypeOf() Object.prototype.propertyIsEnumerable() Object.prototype.toLocaleString() Object.prototype.toSource() Object.prototype.toString() Object.prototype.unwatch() Object.prototype.valueOf() Object.prototype.watch() Object.seal() Object.setPrototypeOf() \u0423\u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u043d\u044b\u0435 Function \u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 Function.arguments Function.arity Function.caller Function.displayName Function.length Function.name Function.prototype \u041c\u0435\u0442\u043e\u0434\u044b Function.prototype.apply() Function.prototype.bind() Function.prototype.call() Function.prototype.isGenerator() Function.prototype.toSource() Function.prototype.toString()"}, {"id": "Summary", "title": "\u0421\u0432\u043e\u0434\u043a\u0430"}, {"id": "Syntax", "title": "\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441"}, {"id": "Parameters", "title": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b"}, {"id": "Description", "title": "\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435"}, {"id": "Examples", "title": "\u041f\u0440\u0438\u043c\u0435\u0440\u044b"}, {"id": "Example:_Simple_test_of___noSuchMethod__", "title": "\u041f\u0440\u0438\u043c\u0435\u0440: \u043f\u0440\u043e\u0441\u0442\u0430\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 __noSuchMethod__"}, {"id": "Example:_Using___noSuchMethod___to_simulate_multiple_inheritance", "title": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 __noSuchMethod__ \u0434\u043b\u044f \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044f"}, {"id": "Specifications", "title": "\u0421\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438"}, {"id": "Browser_compatibility", "title": "\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u044c \u0441 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430\u043c\u0438"}], "id": 126505, "review_tags": []}