MCPcopy
hub / github.com/jagenjo/webglstudio.js / property

Function property

editor/js/extra/codemirror/javascript.js:301–303  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

299 return pass(maybeoperator, expect(";"), poplex);
300 }
301 function property(type) {
302 if (type == "variable") {cx.marked = "property"; return cont();}
303 }
304 function objprop(type, value) {
305 if (type == "variable") {
306 cx.marked = "property";

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected