MCPcopy Create free account
hub / github.com/TruthHun/BookStack / forspec1

Function forspec1

static/editor.md/lib/codemirror/mode/haxe/haxe.js:365–370  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

363 if (type == ",") return cont(vardef1);
364 }
365 function forspec1(type, value) {
366 if (type == "variable") {
367 register(value);
368 }
369 return cont(pushlex(")"), pushcontext, forin, expression, poplex, statement, popcontext);
370 }
371 function forin(_type, value) {
372 if (value == "in") return cont();
373 }

Callers

nothing calls this directly

Calls 3

registerFunction · 0.70
contFunction · 0.70
pushlexFunction · 0.70

Tested by

no test coverage detected