Index: runtime/platform/json.h |
=================================================================== |
--- runtime/platform/json.h (revision 9716) |
+++ runtime/platform/json.h (working copy) |
@@ -117,7 +117,9 @@ |
~TextBuffer(); |
intptr_t Printf(const char* format, ...); |
+ void PrintEscapedChar(uint32_t codepoint); |
void PrintJsonString8(const uint8_t* codepoints, intptr_t length); |
+ void PrintJsonString32(const uint32_t* codepoints, intptr_t length); |
void Clear(); |