blob: 0b83325cfe827efbc19d2367a74cd16164b38458 [file] [log] [blame]
Object.defineProperty(Function.prototype, "prototype", {
get: function() { throw 17; },
set: function() { throw 42; }
});
this.hasOwnProperty("Intl");