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

Unified Diff: vm/object.h

Issue 10765017: Add quotes around strings when generating source from the token stream. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 5 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 | vm/object.cc » ('j') | vm/object.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/object.h
===================================================================
--- vm/object.h (revision 9471)
+++ vm/object.h (working copy)
@@ -3219,6 +3219,8 @@
intptr_t src_offset,
intptr_t len);
+ static RawString* EscapeQuotes(const String& str);
cshapiro 2012/07/10 19:03:27 I am confused by this method name, possibly becaus
siva 2012/07/10 22:59:10 I will rename this method to EscapeDoubleQuotes.
+
static RawString* Concat(const String& str1,
const String& str2,
Heap::Space space = Heap::kNew);
« no previous file with comments | « no previous file | vm/object.cc » ('j') | vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698