node/lib/internal
Matt Loring 1c1c1a0f2b tools: add --prof-process flag to node binary
This change cleans up outstanding comments on #3032. It improves error
handling when no isolate file is provided and adds the --prof-process
flag to the node binary which executes the tick processor on the
provided isolate file.

PR-URL: https://github.com/nodejs/node/pull/4021
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
2015-12-08 12:23:47 +11:00
..
streams streams: refactor LazyTransform to internal/ 2015-09-14 19:58:04 -07:00
child_process.js child_process: flush consuming streams 2015-12-05 16:31:23 +11:00
cluster.js cluster: remove handles when disconnecting worker 2015-11-07 18:26:12 +11:00
freelist.js
linkedlist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
module.js module,repl: remove repl require() hack 2015-12-05 16:31:21 +11:00
readme.md doc: add internal modules notice 2015-08-25 11:58:50 -04:00
repl.js repl: don't crash if cannot open history file 2015-11-06 11:05:38 +11:00
socket_list.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
util.js util: move .decorateErrorStack to internal/util 2015-12-05 16:31:22 +11:00
v8_prof_polyfill.js tools: add --prof-process flag to node binary 2015-12-08 12:23:47 +11:00
v8_prof_processor.js tools: add --prof-process flag to node binary 2015-12-08 12:23:47 +11:00

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.