Showing 2,859 of 2,859 total issues
Avoid too many return
statements within this function. Open
Open
return "#<procedure " + sc_hash(o) + ">";
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return new sc_Token(13/*ERROR*/, "unknown character description: #\\" + tmp);
Avoid too many return
statements within this function. Open
Open
return new sc_Token(13/*ERROR*/, "bad #-pattern5");
Avoid too many return
statements within this function. Open
Open
return (lst2 === null);
Avoid too many return
statements within this function. Open
Open
return search(data, tail, version, title)
Avoid too many return
statements within this function. Open
Open
return next()
Avoid too many return
statements within this function. Open
Open
return onCacheAdd(null, d.versions[v])
Avoid too many return
statements within this function. Open
Open
return new Error("Not an object: "+data)
Avoid too many return
statements within this function. Open
Open
if (cmd && cmd.completion) return cmd.completion(opts, cb)
Avoid too many return
statements within this function. Open
Open
return o
Avoid too many return
statements within this function. Open
Open
if (!cmd) return cmdCompl(opts, cb)
Avoid too many return
statements within this function. Open
Open
return cb(null, allScripts)
Avoid too many return
statements within this function. Open
Open
if (!data.hasOwnProperty(field)) return undefined
Avoid too many return
statements within this function. Open
Open
return cb(new Error(
"Invalid package: expected " + pkgData.name + "@" + pkgData.version +
" but found " + data.name + "@" + data.version
))
Avoid too many return
statements within this function. Open
Open
if (d === p) return cb(null, original)
Avoid too many return
statements within this function. Open
Open
if (!wrapped) return log.verbose("addLocalDirectory", tgz, "already in flight; waiting")
Avoid too many return
statements within this function. Open
Open
else return cb(null, data)
Avoid too many return
statements within this function. Open
Open
if (er) return fetchit()
Avoid too many return
statements within this function. Open
Open
return findPrefix_(d, original, cb)