tor-browser

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

testBug1359612.js (178B)


      1 load(libdir + 'asm.js');
      2 
      3 asmLink(asmCompile('stdlib', 'foreign', USE_ASM + `
      4  var ff = foreign.ff;
      5  function f() {
      6      ff(+1);
      7  }
      8  return f
      9 `), this, { ff: Math.log1p });