MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / objprop

Function objprop

src/cm/javascript.js:293–296  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

291 if (type == "variable") {cx.marked = "property"; return cont();}
292 }
293 function objprop(type) {
294 if (type == "variable") cx.marked = "property";
295 if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression);
296 }
297 function commasep(what, end) {
298 function proceed(type) {
299 if (type == ",") return cont(what, proceed);

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
expectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…