|
|
Associate the correct type to method receivers (instead of Dynamic type).
Properly name the first implicit parameter to factories as ':type_arguments'
(instead of 'this', which made it accessible to user code).
Various cleanup.
Committed: https://code.google.com/p/dart/source/detail?r=10203
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+284 lines, -151 lines) |
Patch |
 |
M |
runtime/vm/ast.h
|
View
|
|
11 chunks |
+27 lines, -22 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/code_descriptors_test.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_ia32_test.cc
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_x64_test.cc
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/compiler.cc
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_builder.cc
|
View
|
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
|
8 chunks |
+19 lines, -9 lines |
2 comments
|
Download
|
 |
M |
runtime/vm/object_test.cc
|
View
|
|
8 chunks |
+18 lines, -12 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.h
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
|
34 chunks |
+157 lines, -73 lines |
4 comments
|
Download
|
 |
M |
runtime/vm/runtime_entry_test.cc
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_ia32_test.cc
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_x64_test.cc
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/symbols.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/unit_test.cc
|
View
|
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|