michael@0: // |jit-test| error:TypeError michael@0: Function("Object.defineProperty(this, 'x', { configurable:true, get:function() { delete this['x'] } }); x()")();