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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 24631003: Add proper API for creating private symbols wrt a library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 7 years, 2 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
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index cd5108792a62af80d333cf7cee7cc5762dcb11c7..d67057b9092330b2387bc0e7682a35bf18448f08 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -255,6 +255,8 @@ namespace dart {
V(Mirrors_makeLocalClassMirror, 1) \
V(Mirrors_makeLocalTypeMirror, 1) \
V(Mirrors_makeLocalMirrorSystem, 0) \
+ V(Mirrors_mangleName, 2) \
+ V(Mirrors_unmangleName, 1) \
V(MirrorReference_equals, 2) \
V(InstanceMirror_invoke, 5) \
V(InstanceMirror_invokeGetter, 3) \

Powered by Google App Engine
This is Rietveld 408576698