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

Unified Diff: runtime/vm/json_stream.h

Issue 192443004: Complete the switch to ServiceObject (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: runtime/vm/json_stream.h
diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h
index 81b3272167c9dfa49919a0dc58e8692368cf0840..50a9e2362b603b511d7d8eab68c9b9612394cab6 100644
--- a/runtime/vm/json_stream.h
+++ b/runtime/vm/json_stream.h
@@ -92,6 +92,8 @@ class JSONStream : ValueObject {
void PrintCommaIfNeeded();
bool NeedComma();
+ void AddEscapedUTF8String(const char* s);
+
intptr_t nesting_level() const { return open_objects_; }
intptr_t open_objects_;
« no previous file with comments | « runtime/vm/coverage.cc ('k') | runtime/vm/json_stream.cc » ('j') | runtime/vm/json_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698