0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 07:53:06 +01:00
nodejs/lib
Jackson Tian d2b93e55cc lib: reduce usage of self = this
Remove unnecessary `self = this`.

PR-URL: https://github.com/nodejs/node/pull/5231
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-03-21 15:48:51 -07:00
..
internal
_debug_agent.js
_debugger.js
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js
_http_server.js
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_legacy.js
_tls_wrap.js
.eslintrc
assert.js
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js lib: reduce usage of self = this 2016-03-21 15:48:51 -07:00
dns.js
domain.js lib: reduce usage of self = this 2016-03-21 15:48:51 -07:00
events.js
fs.js
http.js
https.js lib: reduce usage of self = this 2016-03-21 15:48:51 -07:00
module.js
net.js lib: reduce usage of self = this 2016-03-21 15:48:51 -07:00
os.js
path.js
process.js
punycode.js
querystring.js
readline.js
repl.js lib: reduce usage of self = this 2016-03-21 15:48:51 -07:00
stream.js
string_decoder.js
sys.js
timers.js
tls.js
tty.js
url.js
util.js
v8.js
vm.js
zlib.js