Source code

Revision control

Copy as Markdown

Other Tools

var prox = new Proxy({}, {
getOwnPropertyDescriptor: function() { return undefined; },
has: function() { return true; },
});
// Don't crash.
newGlobal().__lookupSetter__.call(prox, "e");