tor-browser

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

bug1816311.js (312B)


      1 const v1 = ["foo"];
      2 const v17 = {...this};
      3 const glob = newGlobal({sameZoneAs: this});
      4 const dbg = glob.Debugger({});
      5 const v0 = eval(`
      6  const frame = dbg.getNewestFrame();
      7  with (frame) {
      8    for (const v13 in eval("function f9() {}")) {}
      9  }
     10  const v15 = [v1];
     11  findPath(v15, v15);
     12 `);
     13 JSON.stringify(v0);