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

Function expressionNoComma

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

Source from the content-addressed store, hash-verified

417 return expressionInner(type, value, false);
418 }
419 function expressionNoComma(type, value) {
420 return expressionInner(type, value, true);
421 }
422 function parenExpr(type) {
423 if (type != "(") return pass()
424 return cont(pushlex(")"), maybeexpression, expect(")"), poplex)

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected