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

Function property

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

Source from the content-addressed store, hash-verified

254 return pass(maybeoperator, expect(";"), poplex);
255 }
256 function property(type) {
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);

Callers

nothing calls this directly

Calls 1

contFunction · 0.70

Tested by

no test coverage detected