node/lib
cjihrig 40e29dcbbf assert: use util.inspect() to create error messages
Currently, JSON.stringify() is used to create error messages
on failed assertions. This causes an error when stringifying
objects with circular references. This commit switches out
JSON.stringify() for util.inspect(), which can handle
circular references.

PR-URL: https://github.com/iojs/io.js/pull/668
Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
2015-01-31 09:34:50 -05:00
..
_debug_agent.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_debugger.js debugger: don't override module binding 2015-01-23 09:54:27 -05:00
_http_agent.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_http_client.js http: don't bother making a copy of the options 2015-01-24 13:05:27 -08:00
_http_common.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_http_incoming.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_http_outgoing.js http: more descriptive setHeader errors 2015-01-29 16:58:36 -08:00
_http_server.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_linklist.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
_stream_duplex.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_passthrough.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_readable.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_transform.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_stream_writable.js stream: use nop as write() callback if omitted 2015-01-23 09:43:31 -05:00
_tls_common.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_tls_legacy.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
_tls_wrap.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
assert.js assert: use util.inspect() to create error messages 2015-01-31 09:34:50 -05:00
buffer.js lib: fix max size check in Buffer constructor 2015-01-31 10:13:50 +01:00
child_process.js child_process: clone spawn options argument 2015-01-26 11:59:30 -05:00
cluster.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
console.js console: allow Object.prototype fields as labels 2015-01-27 18:28:09 -05:00
constants.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
crypto.js crypto: remove use of this._readableState 2015-01-28 17:20:54 +03:00
dgram.js dgram: implicit binds should be exclusive 2015-01-31 00:10:39 +01:00
dns.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
domain.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
events.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
freelist.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
fs.js fs: fix fd leak in ReadStream.destroy() 2015-01-27 17:06:13 +11:00
http.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
https.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
module.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
net.js lib: move default address logic to `net._listen2` 2015-01-23 18:09:39 +01:00
os.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
path.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
process.js src: remove excessive license boilerplate 2015-01-27 16:35:05 +11:00
punycode.js punycode: update to v1.3.2 2014-11-28 13:21:43 +03:00
querystring.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
readline.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
repl.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
smalloc.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
stream.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
string_decoder.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
sys.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
timers.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
tls.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
tty.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
url.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
util.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
v8.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
vm.js lib: use const to define constants 2015-01-21 16:21:31 -05:00
zlib.js lib: use const to define constants 2015-01-21 16:21:31 -05:00