Fix #10690. Make sure `.isNumeric()` can't get a `Date`.
commit795583d2936a48c6f0048e28f74c5fc71e3a60b0
authorDave Methvin <dave.methvin@gmail.com>
Mon, 7 Nov 2011 16:25:51 +0000 (7 11:25 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 7 Nov 2011 16:25:51 +0000 (7 11:25 -0500)
treeb5977e85c3695184066027e6bff2da3c6d7a8006
parent13aa84580a837b811dbe2f5d1bc34cf9ca9a6d8d
Fix #10690. Make sure `.isNumeric()` can't get a `Date`.

Also add tests for custom objects with a `.toString()` method.
src/core.js
test/unit/core.js