Definition at line 92 of file string-stream.h.
◆ Type
Enumerator |
---|
INT | |
DOUBLE | |
C_STR | |
LC_STR | |
OBJ | |
HANDLE | |
POINTER | |
Definition at line 121 of file string-stream.h.
◆ FmtElm() [1/8]
v8::internal::StringStream::FmtElm::FmtElm |
( |
int | value | ) |
|
|
inline |
◆ FmtElm() [2/8]
v8::internal::StringStream::FmtElm::FmtElm |
( |
double | value | ) |
|
|
inlineexplicit |
◆ FmtElm() [3/8]
v8::internal::StringStream::FmtElm::FmtElm |
( |
const char * | value | ) |
|
|
inline |
◆ FmtElm() [4/8]
◆ FmtElm() [5/8]
v8::internal::StringStream::FmtElm::FmtElm |
( |
Tagged< T > | value | ) |
|
|
inline |
◆ FmtElm() [6/8]
v8::internal::StringStream::FmtElm::FmtElm |
( |
Handle< T > | value | ) |
|
|
inline |
◆ FmtElm() [7/8]
v8::internal::StringStream::FmtElm::FmtElm |
( |
void * | value | ) |
|
|
inline |
◆ FmtElm() [8/8]
v8::internal::StringStream::FmtElm::FmtElm |
( |
Type | | ) |
|
|
inlineexplicitprivate |
◆ StringStream
◆ [union]
union { ... } v8::internal::StringStream::FmtElm::data_ |
◆ u_c_str_
const char* v8::internal::StringStream::FmtElm::u_c_str_ |
◆ u_double_
double v8::internal::StringStream::FmtElm::u_double_ |
◆ u_handle_
Address* v8::internal::StringStream::FmtElm::u_handle_ |
◆ u_int_
int v8::internal::StringStream::FmtElm::u_int_ |
◆ u_lc_str_
◆ u_obj_
Address v8::internal::StringStream::FmtElm::u_obj_ |
◆ u_pointer_
void* v8::internal::StringStream::FmtElm::u_pointer_ |
The documentation for this class was generated from the following file: