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

Function expression

lib/web/CodeMirror/mode/javascript/javascript.js:416–418  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

414 if (type == "(") return cont(funarg, expect(")"))
415 }
416 function expression(type, value) {
417 return expressionInner(type, value, false);
418 }
419 function expressionNoComma(type, value) {
420 return expressionInner(type, value, true);
421 }

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected