MCPcopy Index your code
hub / github.com/nwutils/nw-sample-apps / objprop

Function objprop

mini-code-edit/cm/mode/javascript/javascript.js:259–262  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

257 if (type == "variable") {cx.marked = "property"; return cont();}
258 }
259 function objprop(type) {
260 if (type == "variable") cx.marked = "property";
261 if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression);
262 }
263 function commasep(what, end) {
264 function proceed(type) {
265 if (type == ",") return cont(what, proceed);

Callers

nothing calls this directly

Calls 2

expectFunction · 0.85
contFunction · 0.70

Tested by

no test coverage detected