|
|
Change interfaces to abstract classes in dart2js compiler.
There are still a few interfaces left. They use the 'default implementation'
feature that can't be replaced until we implement const constructor forwarding.
Also removed mockimpl.dart. We don't pretend to support ReceiverPortFactory
(whatever it is) if it is not in the core library.
Committed: https://code.google.com/p/dart/source/detail?r=12252
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+30 lines, -58 lines) |
Patch |
 |
M |
lib/compiler/implementation/constants.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/diagnostic_listener.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/js/nodes.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/coreimpl.dart
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/isolate_patch.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/js_helper.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/lib/mock.dart
|
View
|
|
1 chunk |
+1 line, -14 lines |
0 comments
|
Download
|
 |
D |
lib/compiler/implementation/lib/mockimpl.dart
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/patch_parser.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/resolver.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/scanner/scanner.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/builder.dart
|
View
|
|
2 chunks |
+9 lines, -9 lines |
2 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/nodes.dart
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/ssa/optimize.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/compiler/implementation/tree/nodes.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|