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

Unified Diff: runtime/vm/symbols.h

Issue 10861041: Provide an Expando implementation for the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: make WeakProperty private 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/vm/object.cc ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index d8e3d5c67d3b8b842b25e97d38e54cd4a5c615c5..46277019096215aabcd7ad21169f3427e169cdd6 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -101,7 +101,6 @@ class ObjectPointerVisitor;
V(ExternalFourByteString, "ExternalFourByteString") \
V(Stacktrace, "Stacktrace") \
V(JSSyntaxRegExp, "JSSyntaxRegExp") \
- V(WeakProperty, "WeakProperty") \
V(Object, "Object") \
V(_Int8Array, "_Int8Array") \
V(_Uint8Array, "_Uint8Array") \
@@ -123,6 +122,7 @@ class ObjectPointerVisitor;
V(_ExternalUint64Array, "_ExternalUint64Array") \
V(_ExternalFloat32Array, "_ExternalFloat32Array") \
V(_ExternalFloat64Array, "_ExternalFloat64Array") \
+ V(_WeakProperty, "_WeakProperty") \
// Contains a list of frequently used strings in a canonicalized form. This
// list is kept in the vm_isolate in order to share the copy across isolates
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698