|
|
Rework mirrors implementation.
(Note that the current mirrors implementation is just a heartbeat
implementation of a single method)
Use native code instead of dart code to do the work.
Use JSON instead of Lists/Maps for commands/responses.
Reenable disabled tests.
Committed: https://code.google.com/p/dart/source/detail?r=6864
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+141 lines, -104 lines) |
Patch |
 |
A |
runtime/lib/mirrors.h
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/mirrors.cc
|
View
|
1
2
3
|
2 chunks |
+97 lines, -16 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/mirrors_impl.dart
|
View
|
|
1 chunk |
+10 lines, -26 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/mirrors_sources.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/tests/vm/vm_dart.status
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/bootstrap_natives.h
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_entry.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_entry.cc
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/isolate.cc
|
View
|
|
2 chunks |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/json.h
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/json.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|