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

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: amend tests Created 7 years, 3 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 b5463accb7d3beaa7ee4804895302d73d654e717..c39636efbf17e1043c19a6d6f7223b84365914a1 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_identityHash, 1) \
V(InstanceMirror_invoke, 5) \

Powered by Google App Engine
This is Rietveld 408576698