tor-browser

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

bug-1871186.js (120B)


      1 // |jit-test| --blinterp-eager
      2 
      3 gc();
      4 function f(x) {
      5  new Uint8Array(x);
      6 }
      7 f(0);
      8 oomTest(function () {
      9  f(2048);
     10 });