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

Public Member Functions

 AttributePrinter (std::ostream &os)
 
void PrintSeparator ()
 
void PrintBit (const char *name, bool value)
 
void PrintPositive (const char *name, int value)
 

Private Attributes

std::ostream & os_
 
bool first_
 

Detailed Description

Definition at line 62 of file regexp-dotprinter.cc.

Constructor & Destructor Documentation

◆ AttributePrinter()

v8::internal::AttributePrinter::AttributePrinter ( std::ostream & os)
inlineexplicit

Definition at line 64 of file regexp-dotprinter.cc.

Member Function Documentation

◆ PrintBit()

void v8::internal::AttributePrinter::PrintBit ( const char * name,
bool value )
inline

Definition at line 72 of file regexp-dotprinter.cc.

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

◆ PrintPositive()

void v8::internal::AttributePrinter::PrintPositive ( const char * name,
int value )
inline

Definition at line 77 of file regexp-dotprinter.cc.

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

◆ PrintSeparator()

void v8::internal::AttributePrinter::PrintSeparator ( )
inline

Definition at line 65 of file regexp-dotprinter.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ first_

bool v8::internal::AttributePrinter::first_
private

Definition at line 85 of file regexp-dotprinter.cc.

◆ os_

std::ostream& v8::internal::AttributePrinter::os_
private

Definition at line 84 of file regexp-dotprinter.cc.


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