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

Function quit

src/jslint.js:1108–1118  ·  view source on GitHub ↗
(message, line, character)

Source from the content-addressed store, hash-verified

1106 }
1107
1108 function quit(message, line, character) {
1109 throw {
1110 name: 'JSLintError',
1111 line: line,
1112 character: character,
1113 message: bundle.scanned_a_b.supplant({
1114 a: message,
1115 b: Math.floor((line / lines.length) * 100)
1116 })
1117 };
1118 }
1119
1120 function warn(message, offender, a, b, c, d) {
1121 var character, line, warning;

Callers 2

warnFunction · 0.85
stopFunction · 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…