MCPcopy Index your code
hub / github.com/node-inspector/node-inspector / block_

Function block_

front-end/UglifyJS/parse-js.js:895–904  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

893 };
894
895 function block_() {
896 expect("{");
897 var a = [];
898 while (!is("punc", "}")) {
899 if (is("eof")) unexpected();
900 a.push(statement());
901 }
902 next();
903 return a;
904 };
905
906 var switch_block_ = curry(in_loop, function(){
907 expect("{");

Callers 3

$statementFunction · 0.85
function_Function · 0.85
try_Function · 0.85

Calls 5

isFunction · 0.85
unexpectedFunction · 0.85
statementFunction · 0.85
nextFunction · 0.85
expectFunction · 0.70

Tested by

no test coverage detected