MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / property

Function property

front-end/cm/javascript.js:429–431  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

427 return pass(maybeoperatorComma, expect(";"), poplex);
428 }
429 function property(type) {
430 if (type == "variable") {cx.marked = "property"; return cont();}
431 }
432 function objprop(type, value) {
433 if (type == "variable" || cx.style == "keyword") {
434 cx.marked = "property";

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…