(cont)
| 1284 | }); |
| 1285 | |
| 1286 | function in_loop(cont) { |
| 1287 | try { |
| 1288 | ++S.in_loop; |
| 1289 | return cont(); |
| 1290 | } finally { |
| 1291 | --S.in_loop; |
| 1292 | } |
| 1293 | }; |
| 1294 | |
| 1295 | return as("toplevel", (function(a){ |
| 1296 | while (!is("eof")) |
no outgoing calls
no test coverage detected