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

Unified Diff: runtime/vm/dart_api_impl.h

Issue 10902002: Remove inclusion of 'include/dart_api.h' in 'raw_object.h' (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 | « no previous file | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart_api_impl.h
===================================================================
--- runtime/vm/dart_api_impl.h (revision 11549)
+++ runtime/vm/dart_api_impl.h (working copy)
@@ -149,6 +149,9 @@
// Performs one-time initialization needed by the API.
static void InitOnce();
+ // Helper function to get the peer value of an external string object.
+ static bool ExternalStringGetPeerHelper(Dart_Handle object, void** peer);
+
private:
// Thread local key used by the API. Currently holds the current
// ApiNativeScope if any.
« no previous file with comments | « no previous file | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698