bug844470.js (216B)
1 // |jit-test| --blinterp-eager 2 // See bug 1702259 for rationale for the above jit-test line. 3 function f() { 4 var s=''; 5 for (var i=0; i < 20000; i++) 6 s += 'x' + i + '=' + i + ';\n'; 7 return s; 8 } 9 eval(f());
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |