tor-browser

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

preview-multiple-frames.js (120B)


      1 function fn1() {
      2  const obj = { prop: false };
      3  fn2();
      4 }
      5 function fn2() {
      6  const obj = { prop: true };
      7  debugger;
      8 }