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

Function chain

src/cm/javascript.js:57–60  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

55 var isOperatorChar = /[+\-*&%=<>!?|]/;
56
57 function chain(stream, state, f) {
58 state.tokenize = f;
59 return f(stream, state);
60 }
61
62 function nextUntilUnescaped(stream, end) {
63 var escaped = false, next;

Callers 1

jsTokenBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…