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

Unified Diff: runtime/platform/json.h

Issue 13006007: Added string appending to TextBuffer, removed STL use in vm_stats_impl. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « runtime/bin/vmstats_impl.cc ('k') | runtime/platform/json.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/json.h
===================================================================
--- runtime/platform/json.h (revision 20477)
+++ runtime/platform/json.h (working copy)
@@ -127,6 +127,8 @@
void AddChar(char ch);
void AddUTF8(uint32_t ch);
void AddEscapedChar(uint32_t ch);
+ void AddString(const char* s);
+ void AddEscapedString(const char* s);
Ivan Posva 2013/03/25 21:29:17 I don't see AddEscapedString being used anywhere y
Tom Ball 2013/03/25 21:46:09 I need it for the pending stacktrace CL, because J
void Clear();
« no previous file with comments | « runtime/bin/vmstats_impl.cc ('k') | runtime/platform/json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698