bug724975.js (230B)
1 LastIndexOf("hello", "ll", 5); 2 function LastIndexOf(string, search, position) { 3 var j = 0; 4 for (;;) { 5 for (;;) { 6 if (string != search) break; 7 } 8 if (j++ > 100) 9 break; 10 } 11 }
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |