| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 726988dd802a6ebbf1e0cb60acfca692b322a54c..8a91de7aec41b3aa1e64030900a39b535a65953f 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -595,6 +595,10 @@ class Symbols : public AllStatic {
|
| intptr_t begin_index,
|
| intptr_t length);
|
|
|
| + static RawString* NewFormatted(const char* format, ...)
|
| + PRINTF_ATTRIBUTE(1, 2);
|
| + static RawString* NewFormattedV(const char* format, va_list args);
|
| +
|
| static RawString* FromConcat(const String& str1, const String& str2);
|
|
|
| static RawString* FromConcatAll(
|
|
|