tor-browser

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

bug1652153.js (158B)


      1 x = "x";
      2 
      3 lFile(x);
      4 
      5 function lFile() {
      6  return oomTest(function() {
      7    let error = new Error("foobar");
      8    let report = createErrorReport(error);
      9  });
     10 }