Searched refs:AddFormattedList (Results 1 – 3 of 3) sorted by relevance
323 AddFormattedList(format, arguments); in AddFormatted()328 void StringBuilder::AddFormattedList(const char* format, va_list list) { in AddFormattedList() function in v8::internal::StringBuilder
1553 void PRINTF_FORMAT(2, 0) AddFormattedList(const char* format, va_list list);
442 builder.AddFormattedList(format, arguments); in Comment()