blob: 6ccb7ee24fb34a4cfa0a90f6fee7be4b4a114564 [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;
});