diff options
Diffstat (limited to 'deps/v8/src/v8utils.h')
-rw-r--r-- | deps/v8/src/v8utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/v8/src/v8utils.h b/deps/v8/src/v8utils.h index bb587e173..9072b4e28 100644 --- a/deps/v8/src/v8utils.h +++ b/deps/v8/src/v8utils.h @@ -57,6 +57,9 @@ namespace internal { void PRINTF_CHECKING PrintF(const char* format, ...); void FPRINTF_CHECKING PrintF(FILE* out, const char* format, ...); +// Prepends the current process ID to the output. +void PRINTF_CHECKING PrintPID(const char* format, ...); + // Our version of fflush. void Flush(FILE* out); |