node/lib
Rich Trott af074846f5 debugger: remove unneeded callback check
In `lib/_debugger.js`, remove check for `cb` in line 571 as it is
guaranteed to be truthy due to line 521.

PR-URL: https://github.com/nodejs/node/pull/5319
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-02-21 22:12:45 +11:00
..
internal child_process: fix data loss with readable event 2016-02-15 23:14:08 +11:00
_debug_agent.js debugger: assert test before accessing this.binding 2016-02-15 23:14:05 +11:00
_debugger.js debugger: remove unneeded callback check 2016-02-21 22:12:45 +11:00
_http_agent.js http: allow async createConnection() 2016-02-15 23:14:08 +11:00
_http_client.js http: allow async createConnection() 2016-02-15 23:14:08 +11:00
_http_common.js http: do not emit upgrade on advertisement 2016-02-10 10:30:26 +11:00
_http_incoming.js http: remove old, confusing comment 2016-02-16 10:25:06 +11:00
_http_outgoing.js http: remove unnecessary check 2016-02-16 10:25:05 +11:00
_http_server.js http,util: fix typos in comments 2016-02-18 14:03:01 +11:00
_linklist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: fix no data on partial decode 2016-02-18 14:03:03 +11:00
_stream_transform.js stream: prevent object map change in TransformState 2016-02-08 23:01:19 +11:00
_stream_wrap.js stream_wrap: error if stream has StringDecoder 2015-12-08 11:19:44 +11:00
_stream_writable.js streams: 5% throughput gain when sending small chunks 2016-02-10 10:54:10 +11:00
_tls_common.js tls: scope loop vars with let 2016-02-08 23:00:55 +11:00
_tls_legacy.js lib: fix style issues after eslint update 2016-01-14 22:20:38 +11:00
_tls_wrap.js net: use _server for internal book-keeping 2016-02-18 14:03:02 +11:00
assert.js lib: fix style issues after eslint update 2016-01-14 22:20:38 +11:00
buffer.js buffer: add encoding parameter to fill() 2016-02-15 23:14:06 +11:00
child_process.js child_process: add shell option to spawn() 2016-02-10 10:42:03 +11:00
cluster.js cluster: dont rely on this in fork 2016-02-18 14:02:56 +11:00
console.js console: apply null as this for util.format 2016-02-21 22:05:36 +11:00
constants.js
crypto.js streams: refactor LazyTransform to internal/ 2015-09-14 19:58:04 -07:00
dgram.js dgram: scope redeclared variables 2016-02-10 10:53:44 +11:00
dns.js dns: throw a TypeError in lookupService with invalid port 2016-02-08 23:00:49 +11:00
domain.js domains: fix handling of uncaught exceptions 2015-12-15 14:07:11 -05:00
events.js lib,test: remove extra semicolons 2016-01-18 07:42:06 -06:00
freelist.js lib,test: add freelist deprecation and test 2015-07-17 19:48:31 -07:00
fs.js fs: refactor redeclared variables 2016-02-08 23:01:16 +11:00
http.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
https.js https: evict cached sessions on error 2016-02-08 23:01:16 +11:00
module.js module: refactor redeclared variable 2016-02-08 23:01:05 +11:00
net.js net: use _server for internal book-keeping 2016-02-18 14:03:02 +11:00
os.js lib: remove unused modules 2016-01-06 11:52:55 -05:00
path.js path: fix input type checking regression 2016-02-18 14:03:55 +11:00
process.js
punycode.js
querystring.js querystring: improve escape() performance 2016-02-15 23:14:13 +11:00
readline.js readline: Remove XXX and output debuglog 2016-01-18 11:56:45 -06:00
repl.js repl: allow multiline function call 2016-02-18 14:02:58 +11:00
stream.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
string_decoder.js string_decoder: fix performance regression 2016-02-15 23:14:08 +11:00
sys.js util: introduce printDeprecationMessage function 2015-06-04 10:59:43 +03:00
timers.js tools: lint for spacing around unary operators 2016-02-09 23:07:49 +11:00
tls.js lib,test: remove extra semicolons 2016-01-18 07:42:06 -06:00
tty.js util: prepend '(node) ' to deprecation messages 2015-07-03 16:32:29 +02:00
url.js url: fix lint and deopt issues 2016-02-21 22:12:16 +11:00
util.js http,util: fix typos in comments 2016-02-18 14:03:01 +11:00
v8.js v8,src: expose statistics about heap spaces 2016-01-18 11:03:35 -06:00
vm.js
zlib.js zlib: only apply drain listener if given callback 2015-11-17 11:27:21 -05:00