bug520498.js (142B)
1 var Q = 0; 2 try { 3 (function f(i) { Q = i; if (i == 100000) return; f(i+1); })(1) 4 } catch (e) { 5 } 6 7 if (Q == 100000) 8 assertEq(Q, "fail");
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |