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

Function expression

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

Source from the content-addressed store, hash-verified

377 return pass(pushlex("stat"), expression, expect(";"), poplex);
378 }
379 function expression(type) {
380 return expressionInner(type, false);
381 }
382 function expressionNoComma(type) {
383 return expressionInner(type, true);
384 }

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected