MCPcopy
hub / github.com/PaulTaykalo/objc-dependency-visualizer / quit

Function quit

Scripts/ace/worker-javascript.js:2720–2732  ·  view source on GitHub ↗
(code, line, chr)

Source from the content-addressed store, hash-verified

2718 };
2719 }
2720 function quit(code, line, chr) {
2721 var percentage = Math.floor((line / state.lines.length) * 100);
2722 var message = messages.errors[code].desc;
2723
2724 throw {
2725 name: "JSHintError",
2726 line: line,
2727 character: chr,
2728 message: message + " (" + percentage + "% scanned).",
2729 raw: message,
2730 code: code
2731 };
2732 }
2733
2734 function isundef(scope, code, token, a) {
2735 if (!state.ignored[code] && state.option.undef !== false) {

Callers 5

warningFunction · 0.85
advanceFunction · 0.85
relationFunction · 0.85
itselfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected