Chromium Code Reviews
DescriptionFix latent bug in finally-block inlining
The parser copies blocks of finally clauses to every return
or jump statement that can break out of enclosing try statements.
This change makes sure that only enclosing try statements in the
same function are considered.
BUG=
R=fschneider@google.com
Committed: https://github.com/dart-lang/sdk/commit/b88c77759071138bb4687451f70be6030bb7dd5d
Patch Set 1 #
Messages
Total messages: 6 (3 generated)
|
|||||||||||||||||||