tor-browser

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

bug-1420420-3.js (105B)


      1 let a = parseModule(`throw new Error`);
      2 moduleLink(a);
      3 stackTest(function() {
      4    moduleEvaluate(a);
      5 });