bug1762770.js (196B)
1 function* a() { 2 try { 3 yield 1; 4 } finally { 5 for (c = 0; c < 100; c++); 6 } 7 } 8 9 var b = a(); 10 b.next(); 11 let result = b.return(42); 12 assertEq(result.value, 42); 13 assertEq(result.done, true);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |