Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 21119002: Implement reflect() with Dart code, InstanceMirror.type and ClosureMirror.function with internal co… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/bootstrap_natives.h
===================================================================
--- runtime/vm/bootstrap_natives.h (revision 25579)
+++ runtime/vm/bootstrap_natives.h (working copy)
@@ -240,12 +240,12 @@
V(isolate_spawnFunction, 2) \
V(isolate_spawnUri, 1) \
V(Mirrors_isLocalPort, 1) \
- V(Mirrors_makeLocalInstanceMirror, 1) \
V(Mirrors_makeLocalClassMirror, 1) \
V(Mirrors_makeLocalMirrorSystem, 0) \
V(InstanceMirror_invoke, 4) \
V(InstanceMirror_invokeGetter, 3) \
V(InstanceMirror_invokeSetter, 4) \
+ V(ClosureMirror_function, 1) \
V(ClosureMirror_apply, 2) \
V(ClassMirror_name, 1) \
V(ClassMirror_library, 1) \
« runtime/lib/mirrors_impl.dart ('K') | « runtime/tests/vm/dart/isolate_mirror_local_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698