blob: ff4d0c000a860536a139b99ade11c603238014da [file] [log] [blame]
var proxy = new Proxy({ get: function() { throw 42; } }, {});
Function.prototype.__proto__ = proxy;
this.hasOwnProperty("Intl");