|
|
Add a type kind to TypedSelector. A typed selector can either be
- EXACT: it knows the exact type of the receiver (e.g. new Map()).
- SUBCLASS: the type is in the subclass hierarchy (e.g. 'this')
- INTERFACE: any type that implements the receiver type is a target.
Committed: https://code.google.com/p/dart/source/detail?r=18311
Total comments: 1
Total comments: 16
Total comments: 8
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+397 lines, -188 lines) |
Patch |
 |
M |
sdk/lib/_internal/compiler/implementation/compiler.dart
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/enqueue.dart
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -18 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
View
|
1
2
3
4
5
|
6 chunks |
+45 lines, -19 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
View
|
1
2
3
4
|
2 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
View
|
1
2
3
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/ssa/types.dart
|
View
|
1
2
3
4
|
21 chunks |
+189 lines, -76 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/universe/function_set.dart
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/universe/partial_type_tree.dart
|
View
|
1
2
3
|
3 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/universe/universe.dart
|
View
|
1
2
3
4
|
11 chunks |
+70 lines, -25 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/compiler/implementation/world.dart
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js/dart2js.status
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js/dart_backend_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js/mock_compiler.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js/type_combination_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A |
tests/language/mixin_this_use_test.dart
|
View
|
1
2
3
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/utils/dummy_compiler_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tests/utils/recursive_import_test.dart
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|