michael@0: var prox = Proxy.create({ michael@0: getPropertyDescriptor: function() { return undefined; }, michael@0: has: function() { return true; }, michael@0: }); michael@0: michael@0: // Don't crash. michael@0: newGlobal().__lookupSetter__.call(prox, "e");