MCPcopy
hub / github.com/Tampermonkey/tampermonkey / stop

Function stop

src/jslint.js:1157–1160  ·  view source on GitHub ↗
(message, offender, a, b, c, d)

Source from the content-addressed store, hash-verified

1155 }
1156
1157 function stop(message, offender, a, b, c, d) {
1158 var warning = warn(message, offender, a, b, c, d);
1159 quit(bundle.stopping, warning.line, warning.character);
1160 }
1161
1162 function stop_at(message, line, character, a, b, c, d) {
1163 return stop(message, {

Callers 15

stop_atFunction · 0.70
do_globalsFunction · 0.70
do_jslintFunction · 0.70
jslint.jsFile · 0.70
expressionFunction · 0.70
assignopFunction · 0.70
identifierFunction · 0.70
statementFunction · 0.70
blockFunction · 0.70
json_valueFunction · 0.70
css_urlFunction · 0.70
font_faceFunction · 0.70

Calls 2

warnFunction · 0.85
quitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…