var prop = Object.getOwnPropertyDescriptor(Navigator.prototype, 'userAgent'); alert(prop.get.call(navigator));