mirror of https://github.com/lukechilds/node.git
Browse Source
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.v0.7.4-release
Nathan Rajlich
13 years ago
committed by
koichik
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue