tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

testImplicitThisMiss.js (143B)


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