mirror of https://github.com/lukechilds/node.git
Browse Source
While using `instanceof`, these functions could easily be faked with something like: Object.create(Date.prototype) So let's just not use it at all. A little slower, but these functions are only used in the REPL / for debugging so it's OK. Fixes #1941. Fixes #1942.v0.7.4-release
Nathan Rajlich
13 years ago
committed by
koichik
1 changed files with 7 additions and 9 deletions
Loading…
Reference in new issue