Home
last modified time | relevance | path

Searched refs:IsLoggingToTemporaryFile (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/logging/
Dlog-utils.cc35 } else if (Log::IsLoggingToTemporaryFile(file_name)) { in CreateOutputHandle()
48 bool Log::IsLoggingToTemporaryFile(std::string file_name) { in IsLoggingToTemporaryFile() function in v8::internal::Log
Dlog-utils.h41 V8_EXPORT_PRIVATE static bool IsLoggingToTemporaryFile(std::string file_name);
/third_party/node/deps/v8/src/d8/
Dd8.cc2057 if (!i::Log::IsLoggingToTemporaryFile(file_name)) { in LogGetAndStop()