tor-browser

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

bug-821551.js (191B)


      1 function g() {
      2    z = newGlobal('');
      3    return function(code) {
      4        evalcx(code, z)
      5    }
      6 }
      7 f = g();
      8 f("\
      9    for (var x = 0; x < 1; ++x) {\
     10        a = x;\
     11    }\
     12 ");
     13 f("a in eval");