tor-browser

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

bug783421.js (378B)


      1 // Binary: cache/js-dbg-64-50e4ff05741e-linux
      2 // Flags: -m -n -a
      3 //
      4 gc()
      5 var p = n
      6 function m() {
      7  return function(f, code, t) {
      8 try {
      9   evalcx(code, newGlobal())
     10 } catch (e) {}
     11  }
     12 }
     13 function n() {
     14 f()
     15 }
     16 function h(code) {
     17 f = Function(code)
     18 p(f, code, true)
     19 }
     20 h("\
     21  p=m();\
     22  gcPreserveCode();\
     23  gcslice(8);\
     24 ")
     25 h("\"\"")
     26 h("")
     27 h("gc()")
     28 h("")
     29 h("")
     30 h("gczeal(4,2)")