tor-browser

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

bug1035287-track-allocation-sites-recursion.js (95B)


      1 // |jit-test| exitstatus: 3
      2 
      3 enableTrackAllocations();
      4 function f() {
      5    eval('f();');
      6 }
      7 f();