tor-browser

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

bug790921.js (317B)


      1 // |jit-test| slow; allow-unhandlable-oom
      2 // Binary: cache/js-dbg-64-fdfaef738a00-linux
      3 // Flags: --ion-eager
      4 //
      5 
      6 evaluate("\
      7 gcparam(\"maxBytes\", gcparam(\"gcBytes\") + 4 );\n\
      8 test();\n\
      9 function test() {\n\
     10  function flatten(arr)\n\
     11  { return actual = flatten([1, [2], 3]); }\
     12 }\n\
     13 ");
     14 try {} catch (lfVare) {}