summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testImplicitThisMiss.js
blob: 8539001ef5f571b1be5d17eb8ac6d379ca3aacf2 (plain)
1
2
// |jit-test| error:TypeError
Function("Object.defineProperty(this, 'x', { configurable:true, get:function() { delete this['x'] } }); x()")();