Extra code to diagnose a crash bug.
authormvstanton <mvstanton@chromium.org>
Wed, 16 Sep 2015 15:38:37 +0000 (08:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 16 Sep 2015 15:38:54 +0000 (15:38 +0000)
commitafba4792dff0b423c4beae905ac3c40da8fec22e
tree4b346dfc3af05479d3f7e13b0d19305209906423
parentb5588f48fd0b4e3ee43be1fe6c19d7ddd8b8b5f1
Extra code to diagnose a crash bug.

This will catch an invalid receiver before being passed to a load ic miss
handler in the runtime.

BUG=
R=jkummerow@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30768}
12 files changed:
src/builtins.cc
src/full-codegen/x64/full-codegen-x64.cc
src/ic/arm/ic-arm.cc
src/ic/arm64/ic-arm64.cc
src/ic/ia32/ic-ia32.cc
src/ic/ic.h
src/ic/mips/ic-mips.cc
src/ic/mips64/ic-mips64.cc
src/ic/ppc/ic-ppc.cc
src/ic/x64/ic-x64.cc
src/ic/x87/ic-x87.cc
src/x64/code-stubs-x64.cc