bug590006.js (243B)
1 function f() { 2 var ret; 3 for (var i = 0; i < 10; ++i) { 4 { 5 let local = 3; 6 ret = function() { print(local++); } 7 } 8 } 9 return ret; 10 } 11 f()(); // test.js:5: ReferenceError: local is not defined
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |