blob: 472be021497a473410b98cd6f082882cc6421f01 [file] [log] [blame]
// |jit-test| error: uncaught exception
var prox = Proxy.create({getOwnPropertyDescriptor: function() { throw prox; }});
Object.prototype.__lookupGetter__.call(prox, 'q');