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

Function warn_at

src/jslint.js:1150–1155  ·  view source on GitHub ↗
(message, line, character, a, b, c, d)

Source from the content-addressed store, hash-verified

1148 }
1149
1150 function warn_at(message, line, character, a, b, c, d) {
1151 return warn(message, {
1152 line: line,
1153 from: character
1154 }, a, b, c, d);
1155 }
1156
1157 function stop(message, offender, a, b, c, d) {
1158 var warning = warn(message, offender, a, b, c, d);

Callers 10

next_lineFunction · 0.85
itFunction · 0.85
hexFunction · 0.85
stringFunction · 0.85
numberFunction · 0.85
commentFunction · 0.85
regexpFunction · 0.85
jslint.jsFile · 0.85
commaFunction · 0.85
semicolonFunction · 0.85

Calls 1

warnFunction · 0.85

Tested by 1

itFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…