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

Issue 8208016: Add support for exception rethrowing using "throw;" (Closed)

Created:
9 years, 2 months ago by John Lenz
Modified:
9 years, 2 months ago
Reviewers:
jat
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add support for exception rethrowing using "throw;" Committed: https://code.google.com/p/dart/source/detail?r=372

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -4 lines) Patch
M compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java View 1 5 chunks +18 lines, -1 line 0 comments Download
M tests/co19/co19-compiler.status View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/language.status View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
John Lenz
9 years, 2 months ago (2011-10-12 17:14:04 UTC) #1
jat
LGTM Pending resolution of proper behavior for a rethrow outside of a catch. http://codereview.chromium.org/8208016/diff/1/compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java File ...
9 years, 2 months ago (2011-10-12 17:29:55 UTC) #2
John Lenz
http://codereview.chromium.org/8208016/diff/1/compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java File compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java (right): http://codereview.chromium.org/8208016/diff/1/compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java#newcode2045 compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java:2045: if (name != null) { On 2011/10/12 17:29:55, jat ...
9 years, 2 months ago (2011-10-12 17:34:06 UTC) #3
jat
9 years, 2 months ago (2011-10-12 18:01:28 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698