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

Function result

src/cm/javascript.js:220–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 }
219 function pushlex(type, info) {
220 var result = function() {
221 var state = cx.state;
222 state.lexical = new JSLexical(state.indented, cx.stream.column(), type, null, state.lexical, info);
223 };
224 result.lex = true;
225 return result;
226 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…