blob: 8539001ef5f571b1be5d17eb8ac6d379ca3aacf2 [file] [log] [blame]
// |jit-test| error:TypeError
Function("Object.defineProperty(this, 'x', { configurable:true, get:function() { delete this['x'] } }); x()")();