tor-browser

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

testBug740442.js (185B)


      1 function g1() {}
      2 function g2() {
      3    return function Int8Array () {};
      4 }
      5 function f1(other) {
      6    eval("gc(); h = g1");
      7    for(var i=0; i<20; i++) {
      8        i = i.name;
      9    }
     10 }
     11 f1(g2);