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

Function warning

lib/web/jshint.js:17066–17072  ·  view source on GitHub ↗
(code, token)

Source from the content-addressed store, hash-verified

17064 var emitter = new events.EventEmitter();
17065
17066 function warning(code, token) {
17067 emitter.emit("warning", {
17068 code: code,
17069 token: token,
17070 data: _.slice(arguments, 2)
17071 });
17072 }
17073
17074 function error(code, token) {
17075 emitter.emit("warning", {

Callers 15

_warnUnusedFunction · 0.85
_checkOuterShadowFunction · 0.85
_latedefWarningFunction · 0.85
scopeManagerFunction · 0.85
applyOptionsFunction · 0.85
warningAtFunction · 0.85
errorFunction · 0.85
advanceFunction · 0.85
expressionFunction · 0.85
nobreaknonadjacentFunction · 0.85
nolinebreakFunction · 0.85
nobreakcommaFunction · 0.85

Calls 5

supplantFunction · 0.85
removeIgnoredMessagesFunction · 0.85
quitFunction · 0.70
testMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected