Files
node-v0.x-archive/lib
Nathan Rajlich ebefe77bc0 More bulletproof util.inspect() function.
Use the *real* versions of the Date and RegExp functions, from the
prototype. This defends against code like:

  var d = new Date()
  d.toUTCString = null
  util.inspect(d)
    // TypeError: toUTCString is not a function

Fixes #1944.
2011-10-27 04:58:34 +09:00
..
2011-03-14 17:37:05 -07:00
2011-10-05 18:51:06 -07:00
2011-10-12 02:58:35 -07:00
2011-03-14 17:37:05 -07:00
2011-10-11 13:26:41 -07:00
2011-07-19 01:46:38 -07:00
2011-03-14 17:37:05 -07:00
2011-10-12 16:19:46 -07:00
2011-10-22 14:14:40 +09:00
2011-10-22 14:14:40 +09:00
2011-04-26 20:04:32 -07:00
2011-10-05 18:51:06 -07:00
2011-09-15 10:54:08 -07:00
2011-10-05 18:51:06 -07:00
2011-03-14 17:37:05 -07:00
2011-08-31 19:26:34 +02:00
2011-10-11 13:11:54 -07:00
2011-10-11 13:41:33 -07:00
2011-10-22 14:14:40 +09:00
2011-09-08 13:30:52 -07:00