MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / warningAt

Function warningAt

lib/web/jshint.js:19339–19344  ·  view source on GitHub ↗
(m, l, ch, a, b, c, d)

Source from the content-addressed store, hash-verified

19337 }
19338
19339 function warningAt(m, l, ch, a, b, c, d) {
19340 return warning(m, {
19341 line: l,
19342 from: ch
19343 }, a, b, c, d);
19344 }
19345
19346 function error(m, t, a, b, c, d) {
19347 warning(m, t, a, b, c, d);

Callers 3

parseFinalSemicolonFunction · 0.85
jshint.jsFile · 0.85
mozYieldFunction · 0.85

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected