util: add a "customInspect" option to `util.inspect()`
authorNathan Rajlich <nathan@tootallnate.net>
Wed, 10 Oct 2012 20:52:56 +0000 (13:52 -0700)
committerNathan Rajlich <nathan@tootallnate.net>
Wed, 10 Oct 2012 21:40:36 +0000 (14:40 -0700)
commit4eb5399bb28d3481dddafb5cc68843771bfe17a1
tree70484950a1f8c4b3da659fcb4ffb6354d34cbed1
parente3ee289cca5fd89e5ef2cbc3d3949526270f0881
util: add a "customInspect" option to `util.inspect()`

For disabling calling the custom `inspect()` function when defined on an object
that is being inspected.
doc/api/util.markdown
lib/util.js
test/simple/test-util-inspect.js