Lines Matching defs:string
41 #include "src/strings/string-stream.h"
357 // Instead, we use V8PRIxPTR format string and cast pointer to uintpr_t,
766 std::string filename;
1093 void Logger::SharedLibraryEvent(const std::string& library_path,
1210 // <pos> is source position table encoded in the string,
1302 std::string string = stream.str();
1303 msg.AppendString(string.c_str(), string.length());
1372 std::string contents = buffer.str();
1957 // If there's a % at the end of the string we back up
2082 std::string Logger::file_name() const { return log_.get()->file_name(); }