tor-browser

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

bug847678.js (130B)


      1 // |jit-test| error: TypeError
      2 s = newGlobal();
      3 function g(c) {
      4    evalcx(c, s)
      5 }
      6 g("[eval]=(function(){})")
      7 g("while(eval());")