MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / expressionNoComma

Function expressionNoComma

static/libs/javascript.js:424–426  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

422 return expressionInner(type, value, false);
423 }
424 function expressionNoComma(type, value) {
425 return expressionInner(type, value, true);
426 }
427 function parenExpr(type) {
428 if (type != "(") return pass()
429 return cont(pushlex(")"), maybeexpression, expect(")"), poplex)

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected