tor-browser

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

bug1375446.js (196B)


      1 // |jit-test| allow-oom
      2 
      3 loadFile(`
      4    disassemble(function() {
      5 return assertDeepEq(x.concat(obj), [1, 2, 3, "hey"]);
      6    })
      7 `);
      8 function loadFile(lfVarx) {
      9    oomTest(new Function(lfVarx));
     10 }