tor-browser

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

bug695290.js (218B)


      1 // |jit-test| error:Error
      2 
      3 // Binary: cache/js-dbg-64-cf5da681d577-linux
      4 // Flags: -m -n -a
      5 //
      6 
      7 options("typeinfer");
      8 gczeal(2);
      9 var g = newGlobal();
     10 gcparam("maxBytes", 22000);
     11 let array = g.eval("new Array(1,2,3)");