|
|
Turn compile time errors related to missing getters and setters into invocation
of noSuchMethod or into throwing of NoSuchMethodError according to spec.
Return result of InvocationMirror.invokeOn to caller.
Fix various tests.
Committed: https://code.google.com/p/dart/source/detail?r=16463
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+200 lines, -158 lines) |
Patch |
 |
M |
runtime/lib/invocation_mirror_patch.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/ast.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/ast.cc
|
View
|
1
|
2 chunks |
+53 lines, -48 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_builder.cc
|
View
|
1
|
4 chunks |
+84 lines, -34 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
1
|
9 chunks |
+46 lines, -40 lines |
0 comments
|
Download
|
 |
D |
tests/language/assign_top_method_negative_test.dart
|
View
|
1
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
tests/language/assign_top_method_test.dart
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/language/invocation_mirror_test.dart
|
View
|
1
|
4 chunks |
+5 lines, -5 lines |
2 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
|
3 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
 |
M |
tests/language/language_dart2js.status
|
View
|
1
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|