bug1089761.js (239B)
1 var hits = 0; 2 for (var j = 0; j < 9; ++j) { 3 try { 4 (function() { 5 (function() { 6 eval("x") 7 let x 8 })() 9 })() 10 } catch (e) { 11 hits++; 12 } 13 } 14 assertEq(hits, 9);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |