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

Unified Diff: vm/object.h

Issue 12209075: Provide implementations for (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 7 years, 10 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 | « vm/dart_api_impl_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/object.h
===================================================================
--- vm/object.h (revision 18281)
+++ vm/object.h (working copy)
@@ -4750,6 +4750,7 @@
virtual intptr_t ByteLength() const;
virtual void* GetPeer() const { return NULL; }
+ virtual uint8_t* ByteAddr(intptr_t byte_offset) const;
FinalizablePersistentHandle* AddFinalizer(
void* peer, Dart_WeakPersistentHandleFinalizer callback) const;
@@ -4771,7 +4772,6 @@
intptr_t length);
protected:
- virtual uint8_t* ByteAddr(intptr_t byte_offset) const;
virtual void SetPeer(void* peer) const { }
template<typename HandleT, typename RawT>
« no previous file with comments | « vm/dart_api_impl_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698