tor-browser

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

Debugger-findScripts-19.js (168B)


      1 var g = newGlobal({newCompartment: true});
      2 var dbg = new Debugger(g);
      3 try { g.eval('function drag(ev) {'); } catch (ex) { }
      4 for (s of dbg.findScripts())
      5  s.lineCount;