1// Thank's IE8 for his funny defineProperty 2module.exports = !require('./_fails')(function () { 3 return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7; 4}); 5