var app = { method: function () {} } app.obj = {}; app.obj.__proto__ = app; // это тоже самое что Object.create(app); console.log(app)