Source code
Revision control
Copy as Markdown
Other Tools
var proxy = new Proxy({ get: function() { throw 42; } }, {});
Function.prototype.__proto__ = proxy;
this.hasOwnProperty("Intl");
var proxy = new Proxy({ get: function() { throw 42; } }, {});
Function.prototype.__proto__ = proxy;
this.hasOwnProperty("Intl");