v8/test/cctest/interpreter
mythria 2fefc4827e [Interpreter] Pops the context to the correct level on return.
We need to pop the context to correct level on return as well. This was incorrectly
removed in this cl: https://codereview.chromium.org/1768123002/. For example
when we have a try-catch-finally block and catch does a return, the return
does not happen immediately. It should execute finally block before it
returns. Return statement should pop the context to the correct level as
expected by finally block.

BUG=594369,v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#34822}
2016-03-16 15:52:53 +00:00
..
bytecode_expectations [Interpreter] Pops the context to the correct level on return. 2016-03-16 15:52:53 +00:00
bytecode-expectations-printer.cc [Interpreter] Refactor bytecode generator test suite. 2016-02-25 12:07:19 +00:00
bytecode-expectations-printer.h [Interpreter] Refactor bytecode generator test suite. 2016-02-25 12:07:19 +00:00
generate-bytecode-expectations.cc [Interpreter] Add bytecode generator expectations for super calls. 2016-03-16 14:42:55 +00:00
test-bytecode-generator.cc [Interpreter] Add bytecode generator expectations for super calls. 2016-03-16 14:42:55 +00:00
test-interpreter.cc [Interpreter] Pops the context to the correct level on return. 2016-03-16 15:52:53 +00:00