`1..isPrototypeOf.call(null)` should return false, not throw TypeError.
authorrossberg@chromium.org <rossberg@chromium.org>
Tue, 4 Nov 2014 16:13:49 +0000 (16:13 +0000)
committerrossberg@chromium.org <rossberg@chromium.org>
Tue, 4 Nov 2014 16:14:18 +0000 (16:14 +0000)
commit357882a8e5d9d63d90a1a69a816b514fda01e400
tree3463392d5f546d6453b3fabb195485b35645ac3c
parent0b9a70ade35a13a6142472ef704231923a8ca53f
`1..isPrototypeOf.call(null)` should return false, not throw TypeError.

BUG=v8:3483
LOG=Y
R=rossberg@chromium.org

Review URL: https://codereview.chromium.org/433413002

Cr-Commit-Position: refs/heads/master@{#25116}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25116 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/v8natives.js
test/mjsunit/function-call.js
test/mjsunit/regress/regress-3483.js [new file with mode: 0644]