tor-browser

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

bug-1224710.js (142B)


      1 oomTest(function() {
      2    eval("\
      3 function g() {\
      4     \"use asm\";\
      5     function f(d) {\
      6 	d = +d;\
      7 	print(.0 + d);\
      8     }\
      9 }\
     10    ")
     11 })