MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / in_loop

Function in_loop

front-end/UglifyJS/parse-js.js:1174–1181  ·  view source on GitHub ↗
(cont)

Source from the content-addressed store, hash-verified

1172 };
1173
1174 function in_loop(cont) {
1175 try {
1176 ++S.in_loop;
1177 return cont();
1178 } finally {
1179 --S.in_loop;
1180 }
1181 };
1182
1183 return as("toplevel", (function(a){
1184 while (!is("eof"))

Callers 2

$statementFunction · 0.85
for_Function · 0.85

Calls 1

contFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…