testOverRecursed3.js (149B)
1 // |jit-test| error:InternalError 2 3 var x = []; 4 x.push(x, x); // more than one so the sort can't be optimized away 5 x.toString = x.sort; 6 x.toString();
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |