tor-browser

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

testBug769987.js (118B)


      1 function h(code) {
      2  f = Function(code);
      3  g()
      4 }
      5 function g() {
      6  f()
      7 }
      8 h()
      9 h()
     10 h("\
     11  arguments[\"0\"];\
     12  gc();\
     13 ")