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

Issue 11345031: [dart2dart] Support cosntructor redirects. (Closed)

Created:
8 years, 1 month ago by Roman
Modified:
8 years, 1 month ago
Reviewers:
Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

[dart2dart] Support cosntructor redirects. Committed: https://code.google.com/p/dart/source/detail?r=14297

Patch Set 1 #

Patch Set 2 : fix dart_backend_test #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -168 lines) Patch
M lib/compiler/implementation/dart_backend/placeholder_collector.dart View 1 2 5 chunks +20 lines, -23 lines 0 comments Download
M lib/compiler/implementation/dart_backend/renamer.dart View 1 2 4 chunks +8 lines, -5 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 1 chunk +0 lines, -16 lines 0 comments Download
M tests/compiler/dart2js/dart_backend_test.dart View 1 6 chunks +0 lines, -112 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Roman
8 years, 1 month ago (2012-10-30 14:23:25 UTC) #1
Anton Muhin
https://codereview.chromium.org/11345031/diff/6/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://codereview.chromium.org/11345031/diff/6/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode31 lib/compiler/implementation/dart_backend/placeholder_collector.dart:31: ConstructorPlaceholder(this.node, this.type, this.isRedirectingCall) { it looks like as of ...
8 years, 1 month ago (2012-10-30 15:23:44 UTC) #2
Roman
https://codereview.chromium.org/11345031/diff/6/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://codereview.chromium.org/11345031/diff/6/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode31 lib/compiler/implementation/dart_backend/placeholder_collector.dart:31: ConstructorPlaceholder(this.node, this.type, this.isRedirectingCall) { On 2012/10/30 15:23:44, Anton Muhin ...
8 years, 1 month ago (2012-10-30 15:52:09 UTC) #3
Anton Muhin
8 years, 1 month ago (2012-10-30 17:26:32 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698