#include <log-file.h>
Definition at line 60 of file log-file.h.
◆ ~MessageBuilder()
v8::internal::LogFile::MessageBuilder::~MessageBuilder |
( |
| ) |
|
|
default |
◆ MessageBuilder()
v8::internal::LogFile::MessageBuilder::MessageBuilder |
( |
LogFile * | log | ) |
|
|
explicitprivate |
◆ AppendCharacter()
void v8::internal::LogFile::MessageBuilder::AppendCharacter |
( |
char | c | ) |
|
◆ AppendRawCharacter()
void v8::internal::LogFile::MessageBuilder::AppendRawCharacter |
( |
const char | character | ) |
|
|
private |
◆ AppendRawString()
void v8::internal::LogFile::MessageBuilder::AppendRawString |
( |
const char * | format | ) |
|
|
private |
◆ AppendString() [1/4]
void v8::internal::LogFile::MessageBuilder::AppendString |
( |
base::Vector< const char > | str | ) |
|
◆ AppendString() [2/4]
void v8::internal::LogFile::MessageBuilder::AppendString |
( |
const char * | str | ) |
|
◆ AppendString() [3/4]
void v8::internal::LogFile::MessageBuilder::AppendString |
( |
const char * | str, |
|
|
size_t | length, |
|
|
bool | is_one_byte = true ) |
◆ AppendString() [4/4]
void v8::internal::LogFile::MessageBuilder::AppendString |
( |
Tagged< String > | str, |
|
|
std::optional< int > | length_limit = std::nullopt ) |
◆ AppendSymbolName()
void v8::internal::LogFile::MessageBuilder::AppendSymbolName |
( |
Tagged< Symbol > | symbol | ) |
|
◆ AppendSymbolNameDetails()
void v8::internal::LogFile::MessageBuilder::AppendSymbolNameDetails |
( |
Tagged< String > | str, |
|
|
bool | show_impl_info ) |
|
private |
◆ AppendTwoByteCharacter()
void v8::internal::LogFile::MessageBuilder::AppendTwoByteCharacter |
( |
char | c1, |
|
|
char | c2 ) |
◆ operator<<()
MessageBuilder & v8::internal::LogFile::MessageBuilder::operator<< |
( |
T | value | ) |
|
|
inline |
◆ PRINTF_FORMAT() [1/3]
int v8::internal::LogFile::MessageBuilder::PRINTF_FORMAT |
( |
2 | , |
|
|
0 | ) const |
|
private |
◆ PRINTF_FORMAT() [2/3]
void v8::internal::LogFile::MessageBuilder::PRINTF_FORMAT |
( |
2 | , |
|
|
3 | ) const |
◆ PRINTF_FORMAT() [3/3]
void v8::internal::LogFile::MessageBuilder::PRINTF_FORMAT |
( |
2 | , |
|
|
3 | ) const |
|
private |
◆ WriteToLogFile()
void v8::internal::LogFile::MessageBuilder::WriteToLogFile |
( |
| ) |
|
◆ LogFile
◆ args
int va_list v8::internal::LogFile::MessageBuilder::args |
|
private |
◆ lock_guard_
◆ log_
LogFile* v8::internal::LogFile::MessageBuilder::log_ |
|
private |
The documentation for this class was generated from the following files: