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

Function objprop

static/editor.md/lib/codemirror/mode/haxe/haxe.js:338–341  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

336 if (type == "variable") {cx.marked = "property"; return cont();}
337 }
338 function objprop(type) {
339 if (type == "variable") cx.marked = "property";
340 if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression);
341 }
342 function commasep(what, end) {
343 function proceed(type) {
344 if (type == ",") return cont(what, proceed);

Callers

nothing calls this directly

Calls 2

contFunction · 0.70
expectFunction · 0.70

Tested by

no test coverage detected