Chromium Code Reviews| 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); |