v8/test/cctest/interpreter
littledan 97fce6214e Check for proper types from error handling code
A bug in error printing meant that we failed to do proper type checks
before calling into C++ code, which could lead to RUNTIME_ASSERT
failures if methods are called on alternative receivers. This patch
adds the right type checks.

BUG=chromium:596718
LOG=Y
R=adamk

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

Cr-Commit-Position: refs/heads/master@{#35069}
2016-03-25 02:10:02 +00:00
..
bytecode_expectations Check for proper types from error handling code 2016-03-25 02:10:02 +00:00
bytecode-expectations-printer.cc [interpreter] Add support for scalable operands. 2016-03-21 17:09:49 +00:00
bytecode-expectations-printer.h [Interpreter] Refactor bytecode generator test suite. 2016-02-25 12:07:19 +00:00
generate-bytecode-expectations.cc Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
interpreter-tester.cc [Interpreter] Make ignition compiler eagerly. 2016-03-24 18:38:24 +00:00
interpreter-tester.h [Interpreter] TurboFan implementation of intrinsics. 2016-03-22 11:36:05 +00:00
test-bytecode-generator.cc Revert of [Interpreter] Remove separate Ignition snapshot. (patchset #2 id:20001 of https://codereview.chromium.org/1833643002/ ) 2016-03-24 17:13:10 +00:00
test-interpreter-intrinsics.cc [Interpreter] TurboFan implementation of intrinsics. 2016-03-22 11:36:05 +00:00
test-interpreter.cc Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00