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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 10834397: Expose the WeakProperty type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add missing files Created 8 years, 4 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
« no previous file with comments | « runtime/lib/weak_property.dart ('k') | runtime/vm/object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index ed655e543910ede7fa75864eddf5f79577d8e9b9..a2b47bd93c623c9ee0dbf529f8feffe8f83cfa1a 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -190,6 +190,9 @@ namespace dart {
V(GrowableObjectArray_getCapacity, 1) \
V(GrowableObjectArray_setLength, 2) \
V(GrowableObjectArray_setData, 2) \
+ V(WeakProperty_new, 2) \
+ V(WeakProperty_getKey, 1) \
+ V(WeakProperty_getValue, 1) \
BOOTSTRAP_NATIVE_LIST(DECLARE_NATIVE_ENTRY)
« no previous file with comments | « runtime/lib/weak_property.dart ('k') | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698