tor-browser

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

Debugger-findScripts-01.js (138B)


      1 // In a debugger with no debuggees, findScripts should return no scripts.
      2 
      3 var dbg = new Debugger;
      4 assertEq(dbg.findScripts().length, 0);