|
|
Change the field and constructor parameter types of NoSuchMethodError to Symbol.
The NSME uses strings for names. It should use symbols.
This change modifies the VM libraries only enough to make the signature change
not crash. It will probably need cleanup to ensure that symbols are passed
to the internal constructor directly, instead of strings that have to be
converted.
(Also fixes a type error in Map.fromIterable that was hit by the code).
BUG= http://dartbug.com/11190
R=ahe@google.com, regis@google.com
Committed: https://code.google.com/p/dart/source/detail?r=26985
Total comments: 2
Total comments: 12
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+120 lines, -86 lines) |
Patch |
 |
M |
pkg/unittest/test/matchers_minified_test.dart
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/unittest/test/matchers_unminified_test.dart
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/errors_patch.dart
|
View
|
|
6 chunks |
+33 lines, -18 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/lib/core_patch.dart
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/lib/interceptors.dart
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/_internal/lib/js_mirrors.dart
|
View
|
1
2
3
|
12 chunks |
+16 lines, -23 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/collection/hash_map.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/collection/linked_hash_map.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/core/errors.dart
|
View
|
1
2
3
|
1 chunk |
+27 lines, -13 lines |
0 comments
|
Download
|
 |
M |
sdk/lib/core/map.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sdk/lib/js/dartium/js_dartium.dart
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/co19/co19-co19.status
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/corelib/linked_hash_map_from_iterable_test.dart
|
View
|
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tests/corelib/map_from_iterable_test.dart
|
View
|
|
7 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
M |
tests/language/call_nonexistent_static_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|