MCPcopy Create free account
hub / github.com/Paxa/postbird / expressionNoComma

Function expressionNoComma

public/codemirror/javascript/javascript.js:382–384  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

380 return expressionInner(type, false);
381 }
382 function expressionNoComma(type) {
383 return expressionInner(type, true);
384 }
385 function parenExpr(type) {
386 if (type != "(") return pass()
387 return cont(pushlex(")"), expression, expect(")"), poplex)

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected