var object = {method: function(){return this}}; alert([ (object.method)(), (object.method)(), object ]);