someObj.method = function (origin) { return function () { //Какие-то действия origin.apply(this, arguments); }; } (someObj.method);