MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / maybeCatchBinding

Function maybeCatchBinding

lib/web/CodeMirror/mode/javascript/javascript.js:413–415  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

411 return pass(pushlex("stat"), expression, expect(";"), poplex);
412 }
413 function maybeCatchBinding(type) {
414 if (type == "(") return cont(funarg, expect(")"))
415 }
416 function expression(type, value) {
417 return expressionInner(type, value, false);
418 }

Callers

nothing calls this directly

Calls 2

contFunction · 0.70
expectFunction · 0.70

Tested by

no test coverage detected