tor-browser

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

Debugger-findSources-01.js (140B)


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