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

Function forspec2

src/cm/javascript.js:341–345  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

339 return cont(maybeoperator, forspec2);
340 }
341 function forspec2(type, value) {
342 if (type == ";") return cont(forspec3);
343 if (value == "in") return cont(expression);
344 return cont(expression, expect(";"), forspec3);
345 }
346 function forspec3(type) {
347 if (type != ")") cont(expression);
348 }

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…