0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
cjihrig ccbb3c78cd child_process: reuse existing no-op function
The internal/child_process module has an existing no-op
function. This commit utilizes that function, instead of
creating extraneous closures.

PR-URL: https://github.com/nodejs/node/pull/8164
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2016-08-20 16:24:44 -04:00
..
process process: internal/process/stdio.js cleanup / modernization 2016-05-17 10:45:20 -07:00
streams stream: improve Readable.read() performance 2016-06-14 15:15:34 -04:00
bootstrap_node.js deps: v8_inspector: console support 2016-08-11 17:40:42 -07:00
child_process.js child_process: reuse existing no-op function 2016-08-20 16:24:44 -04:00
cluster.js
freelist.js
linkedlist.js timers: optimize setImmediate() 2016-06-29 11:02:25 +02:00
module.js
net.js
process.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
readline.js readline: keypress trigger for escape character 2016-08-17 23:44:39 +05:30
readme.md
repl.js repl: don't override all internal repl defaults 2016-08-08 11:03:18 -04:00
socket_list.js
util.js util: fix deprecated class prototype 2016-08-17 18:27:22 -07:00
v8_prof_polyfill.js
v8_prof_processor.js

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.