v8/test/cctest/interpreter
mstarzinger ca51c204e1 [interpreter] Fix return address when entering exception handler.
This fixes the broken return address when the exception handler within
interpreted bytecode is being entered via stack unwinding. The address
in question will never actually be taken, but our stack walker uses this
address to determine whether a frame is interpreted.

R=rmcilroy@chromium.org
TEST=cctest/test-interpreter/InterpreterTryCatch
BUG=v8:4674
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#33463}
2016-01-22 11:17:12 +00:00
..
test-bytecode-generator.cc [interpreter] First implementation of stack unwinding. 2016-01-20 18:10:40 +00:00
test-interpreter.cc [interpreter] Fix return address when entering exception handler. 2016-01-22 11:17:12 +00:00