bug560234b.js (230B)
1 function f(a) { 2 function* g() { 3 yield function () { return a; }; 4 } 5 if (a == 8) 6 return g(); 7 a = 3; 8 } 9 var x; 10 for (var i = 0; i < 9; i++) 11 x = f(i); 12 x.next().value(); // ReferenceError: a is not defined.
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |