2018-08-24 18:09:42 +02:00

4 lines
178 B
JavaScript

// Thank's IE8 for his funny defineProperty
module.exports = !require('./$.fails')(function(){
return Object.defineProperty({}, 'a', {get: function(){ return 7; }}).a != 7;
});