node/test
isaacs e06ce7562c Fix #1707 hasOwnProperty usage
If hasOwnProperty is overridden, then calling `obj.hasOwnProperty(prop)`
can fail.  Any time a dictionary of user-generated items is built, we
cannot rely on hasOwnProperty being safe, so must call it from the
Object.prototype explicitly.
2011-09-15 10:54:08 -07:00
..
disabled Don't error on ENOTCONN from shutdown() 2011-04-11 15:33:24 -07:00
fixtures Closes #1177 remove one node_modules optimization 2011-06-14 15:32:41 -07:00
internet Fix test harness for Linux 2010-10-18 14:54:39 -07:00
message Close #974 Properly report traceless errors. 2011-04-25 12:22:18 -07:00
pummel Retain buffers in fs.read/write() 2011-03-28 15:28:55 -07:00
simple Fix #1707 hasOwnProperty usage 2011-09-15 10:54:08 -07:00
CMakeLists.txt cmake cleanup 2010-11-23 23:33:19 -06:00
common.js Retain buffers in fs.read/write() 2011-03-28 15:28:55 -07:00