blob: 046974066d33a11e4c0a4d1d13dcdd9bd0dcf532 [file] [log] [blame]
// Thank's IE8 for his funny defineProperty
module.exports = !require('./_fails')(function () {
return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
});