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

Function property

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

Source from the content-addressed store, hash-verified

288 return pass(maybeoperator, expect(";"), poplex);
289 }
290 function property(type) {
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);

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…