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

Function property

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

Source from the content-addressed store, hash-verified

333 return pass(maybeoperator, expect(";"), poplex);
334 }
335 function property(type) {
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);

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected