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

Unified Diff: runtime/vm/object.h

Issue 1152753005: Service cleanups... (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update docs. Tweak TypeRef and BoundedType. Created 5 years, 6 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/observatory/tests/service/get_object_rpc_test.dart ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 561400b576e63a56a07800ffbee8b0b96b5ce18a..8027aaf3c7ceb46e7b2ecfb99ce3f3682a702934 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -699,6 +699,10 @@ class Object {
RawObject* raw_; // The raw object reference.
protected:
+ void AddCommonObjectProperties(JSONObject* jsobj,
+ const char* protocol_type,
+ bool ref) const;
+
virtual void PrintJSONImpl(JSONStream* stream, bool ref) const;
private:
« no previous file with comments | « runtime/observatory/tests/service/get_object_rpc_test.dart ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698