#include <log-utils.h>
Definition at line 51 of file log-utils.h.
◆ ~MessageBuilder()
v8::internal::Log::BASE_EMBEDDED::~MessageBuilder |
( |
| ) |
|
|
inline |
◆ Append() [1/3]
void v8::internal::Log::BASE_EMBEDDED::Append |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
◆ Append() [2/3]
void v8::internal::Log::BASE_EMBEDDED::Append |
( |
const char |
c | ) |
|
◆ Append() [3/3]
void v8::internal::Log::BASE_EMBEDDED::Append |
( |
String * |
str | ) |
|
◆ AppendAddress()
void v8::internal::Log::BASE_EMBEDDED::AppendAddress |
( |
Address |
addr | ) |
|
◆ AppendDetailed()
void v8::internal::Log::BASE_EMBEDDED::AppendDetailed |
( |
String * |
str, |
|
|
bool |
show_impl_info |
|
) |
| |
◆ AppendDoubleQuotedString()
void v8::internal::Log::BASE_EMBEDDED::AppendDoubleQuotedString |
( |
const char * |
string | ) |
|
◆ AppendStringPart()
void v8::internal::Log::BASE_EMBEDDED::AppendStringPart |
( |
const char * |
str, |
|
|
int |
len |
|
) |
| |
◆ AppendSymbolName()
void v8::internal::Log::BASE_EMBEDDED::AppendSymbolName |
( |
Symbol * |
symbol | ) |
|
◆ AppendVA()
void v8::internal::Log::BASE_EMBEDDED::AppendVA |
( |
const char * |
format, |
|
|
va_list |
args |
|
) |
| |
◆ MessageBuilder()
v8::internal::Log::BASE_EMBEDDED::MessageBuilder |
( |
Log * |
log | ) |
|
|
explicit |
◆ WriteToLogFile()
void v8::internal::Log::BASE_EMBEDDED::WriteToLogFile |
( |
| ) |
|
◆ lock_guard_
base::LockGuard<base::Mutex> v8::internal::Log::BASE_EMBEDDED::lock_guard_ |
|
private |
◆ log_
Log* v8::internal::Log::BASE_EMBEDDED::log_ |
|
private |
◆ pos_
int v8::internal::Log::BASE_EMBEDDED::pos_ |
|
private |
The documentation for this class was generated from the following file: