![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ostreams.h>
Public Member Functions | |
AsHex (uint64_t v, uint8_t min_width=1, bool with_prefix=false) | |
Static Public Member Functions | |
static AsHex | Address (Address a) |
Public Attributes | |
uint64_t | value |
uint8_t | min_width |
bool | with_prefix |
Definition at line 135 of file ostreams.h.
|
inlineexplicit |
|
inlinestatic |
Definition at line 142 of file ostreams.h.
uint8_t v8::internal::AsHex::min_width |
Definition at line 139 of file ostreams.h.
uint64_t v8::internal::AsHex::value |
Definition at line 138 of file ostreams.h.
bool v8::internal::AsHex::with_prefix |
Definition at line 140 of file ostreams.h.