Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Issue 10537078: Preserve error message during finally block in try..finally. (Closed)

Created:
8 years, 6 months ago by Yang
Modified:
8 years, 6 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Preserve error message during finally block in try..finally. R=ulan@chromium.org BUG=129171 TEST=test-api/TryFinallyMessage Committed: https://code.google.com/p/v8/source/detail?r=11753

Patch Set 1 #

Patch Set 2 : push values on stack instead of nesting level tracking. #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -2 lines) Patch
M src/arm/full-codegen-arm.cc View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M src/assembler.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/assembler.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M src/isolate.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M src/isolate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
PTAL. In try..finally, if an exception is thrown in the try block, execute the finally ...
8 years, 6 months ago (2012-06-08 14:37:10 UTC) #1
Yang
On 2012/06/08 14:37:10, Yang wrote: > PTAL. > > In try..finally, if an exception is ...
8 years, 6 months ago (2012-06-08 15:39:01 UTC) #2
ulan
8 years, 6 months ago (2012-06-11 09:45:57 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698