v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::AsHex Struct Reference

#include <ostreams.h>

Collaboration diagram for v8::internal::AsHex:

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
 

Detailed Description

Definition at line 135 of file ostreams.h.

Constructor & Destructor Documentation

◆ AsHex()

v8::internal::AsHex::AsHex ( uint64_t v,
uint8_t min_width = 1,
bool with_prefix = false )
inlineexplicit

Definition at line 136 of file ostreams.h.

Here is the caller graph for this function:

Member Function Documentation

◆ Address()

static AsHex v8::internal::AsHex::Address ( Address a)
inlinestatic

Definition at line 142 of file ostreams.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ min_width

uint8_t v8::internal::AsHex::min_width

Definition at line 139 of file ostreams.h.

◆ value

uint64_t v8::internal::AsHex::value

Definition at line 138 of file ostreams.h.

◆ with_prefix

bool v8::internal::AsHex::with_prefix

Definition at line 140 of file ostreams.h.


The documentation for this struct was generated from the following file: