var o = { x: 5, getX: function() { return this.x; } }; o.getX()