tor-browser

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

bug-1517158.js (529B)


      1 gczeal(0);
      2 
      3 (function() {
      4    var g = newGlobal({newCompartment: true});
      5    g.debuggeeGlobal = this;
      6    g.eval("(" + function() {
      7        dbg = new Debugger(debuggeeGlobal);
      8        dbg.onExceptionUnwind = function(frame, exc) {
      9            var s = '!';
     10            for (var f = frame; f; f = f.older)
     11                if (f.type === "call")
     12                    s += f.callee.name;
     13        };
     14    } + ")();");
     15    try {
     16        h();
     17    } catch (e) {}
     18    g.dbg.enabled = false;
     19 })();
     20 // jsfunfuzz-generated
     21 startgc(114496726);