node/lib/internal
Ali Ijaz Sheikh 4d4cfb27ca src,lib: minor --debug-brk cleanup
Minor cleanup of how --debug-brk works:
* We no longer need to use command line flags to expose the debug
  object.
* Do not depend on the existence of global.v8debug as a mechanism to
  determine if --debug-brk was specified.
* We no longer need to set a dummy listener with --debug-brk.

PR-URL: https://github.com/nodejs/node/pull/6599
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
2016-05-07 05:23:47 +02:00
..
process process: fix incorrect usage of assert.fail() 2016-04-18 09:55:41 -07:00
streams streams: refactor LazyTransform to internal/ 2015-09-14 19:58:04 -07:00
bootstrap_node.js src,lib: minor --debug-brk cleanup 2016-05-07 05:23:47 +02:00
child_process.js child_process: add keepOpen option to send() 2016-02-22 11:55:30 -05:00
cluster.js cluster: remove handles when disconnecting worker 2015-11-06 23:02:11 +01:00
freelist.js lib: freelist: use .pop() for allocation 2016-03-02 09:24:24 -08:00
linkedlist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
module.js repl: keep the built-in modules non-enumerable 2016-04-18 15:31:51 -07:00
net.js net: Validate port in createServer().listen() 2016-04-20 15:41:18 -07:00
process.js intl: Don't crash if v8BreakIterator not available 2016-05-04 15:02:25 -07:00
readline.js lib,test: update in preparation for linter update 2016-05-04 10:24:47 -07:00
readme.md doc: add internal modules notice 2015-08-25 11:58:50 -04:00
repl.js repl: create history file with mode 0600 2016-05-04 19:06:02 +02:00
socket_list.js child_process: refactor self=this in socket_list 2016-03-27 12:51:33 +03:00
util.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
v8_prof_polyfill.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
v8_prof_processor.js tools: enable linting for v8_prof_processor.js 2016-04-20 08:33:59 -07:00

readme.md

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.