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

Function ret

src/cm/javascript.js:75–78  ·  view source on GitHub ↗
(tp, style, cont)

Source from the content-addressed store, hash-verified

73 // consing up tons of objects.
74 var type, content;
75 function ret(tp, style, cont) {
76 type = tp; content = cont;
77 return style;
78 }
79
80 function jsTokenBase(stream, state) {
81 var ch = stream.next();

Callers 3

jsTokenBaseFunction · 0.85
jsTokenStringFunction · 0.85
jsTokenCommentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected