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

Unified Diff: vm/dart_api_state.h

Issue 9939014: Temp hax. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 9 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') | vm/native_arguments.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/dart_api_state.h
===================================================================
--- vm/dart_api_state.h (revision 6195)
+++ vm/dart_api_state.h (working copy)
@@ -64,6 +64,7 @@
public:
// Accessors.
RawObject* raw() const { return raw_; }
+ void set_raw(RawObject* object) { raw_ = object; }
void set_raw(const Object& object) { raw_ = object.raw(); }
static intptr_t raw_offset() { return OFFSET_OF(LocalHandle, raw_); }
« no previous file with comments | « vm/dart_api_impl_test.cc ('k') | vm/native_arguments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698