Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 // |jit-test| error:TypeError
2 Function("Object.defineProperty(this, 'x', { configurable:true, get:function() { delete this['x'] } }); x()")();