tor-browser

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

bug1501722.js (284B)


      1 ignoreUnhandledRejections();
      2 
      3 (function () {
      4    g = newGlobal({newCompartment: true});
      5    g.parent = this;
      6    g.eval("(function() { var dbg = Debugger(parent); dbg.onEnterFrame = function() {} } )")
      7    ``;
      8    oomTest(async function() {}, {expectExceptionOnFailure: false});
      9 })()