Chromium Code Reviews
DescriptionFix registration of closure functions
Closure functions get registered in the class by the
compiler backend. The incorrect assumption was that each
closure only gets visited once. However, closures in finally
clauses are duplicated when the AST nodes of the finally
clause are inlined. This change avoids the duplicate registration.
Fixes issue 18225
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=35487
Patch Set 1 : #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||