Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error: uncaught exception
var prox = new Proxy({}, {getOwnPropertyDescriptor: function() { throw prox; }});
Object.prototype.__lookupGetter__.call(prox, 'q');
// |jit-test| error: uncaught exception
var prox = new Proxy({}, {getOwnPropertyDescriptor: function() { throw prox; }});
Object.prototype.__lookupGetter__.call(prox, 'q');