tor-browser

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

bug1704480.js (242B)


      1 // |jit-test|  --more-compartments
      2 m = parseModule(`
      3    await 0 ? b : c
      4 `);
      5 moduleLink(m);
      6 moduleEvaluate(m)
      7 d = newGlobal();
      8 d.e = this;
      9 d.eval(`
     10 Debugger(e).onExceptionUnwind = function(f) {
     11    print(f.eval)
     12    return f.eval("")
     13 }
     14 `);