Description[interpreter] Add ReThrow bytecode for try-finally support.
This adds an explicit ReThrow bytecode to be used in the modelling of
try-finally statements. An exception that is being re-thrown should not
trigger message object creation or location computation and hence cannot
use the existing Throw bytecode.
R=rmcilroy@chromium.org
TEST=cctest/test-interpreter/InterpreterTryFinally
BUG=v8:4674
LOG=n
Committed: https://crrev.com/475d178f2e10c70f20dd2f4f397073f3a70298a0
Cr-Commit-Position: refs/heads/master@{#33472}
Patch Set 1 #Patch Set 2 : Adapt unit tests. #Patch Set 3 : Rebased. #
Messages
Total messages: 8 (3 generated)
|