MCPcopy
hub / github.com/mishoo/UglifyJS-old / in_loop

Function in_loop

lib/parse-js.js:1286–1293  ·  view source on GitHub ↗
(cont)

Source from the content-addressed store, hash-verified

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"))

Callers 3

parseFunction · 0.85
regular_forFunction · 0.85
for_inFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected