tor-browser

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

bug-886560.js (355B)


      1 // |jit-test| error: x is not defined
      2 
      3 // enableShellAllocationMetadataBuilder ignores its argument, because we don't
      4 // permit metadata callbacks to run JS any more, so this test may be
      5 // unnecessary. We'll preserve its structure just in case.
      6 enableShellAllocationMetadataBuilder(function(obj) {
      7    var res = {};
      8    return res;
      9  });
     10 gczeal(4);
     11 x();