v8/test/cctest/interpreter
mstarzinger e175e39fed [interpreter] Implement handling of try-finally constructs.
This models function local control flow through try-finally constructs
using a token dispatch mechanism. All paths through the finally block
are assigned a token, at the end of the finally block a switch construct
dispatches according to this token.

R=oth@chromium.org,rmcilroy@chromium.org
BUG=v8:4674
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#33465}
2016-01-22 12:43:57 +00:00
..
test-bytecode-generator.cc [interpreter] Implement handling of try-finally constructs. 2016-01-22 12:43:57 +00:00
test-interpreter.cc [interpreter] Implement handling of try-finally constructs. 2016-01-22 12:43:57 +00:00