tor-browser

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

bug735313.js (234B)


      1 // |jit-test| slow; allow-oom;
      2 
      3 // Binary: cache/js-dbg-64-dfcb11712ec2-linux
      4 // Flags:
      5 //
      6 
      7 a=[];
      8 for (var i=0; i<10; i++) {
      9  a[a.length] = a;
     10 }
     11 try {
     12  for (var i=0; i<26; i++) {
     13    a[a.length] = a.toString();
     14  }
     15 } catch(exc1) {}