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

#include <wasm-disassembler-impl.h>

Collaboration diagram for v8::internal::wasm::Indentation:

Public Member Functions

 Indentation (int current, int delta)
 
Indentation Extra (int extra)
 
void increase ()
 
void decrease ()
 
int current ()
 

Private Attributes

int current_
 
int delta_
 

Detailed Description

Definition at line 37 of file wasm-disassembler-impl.h.

Constructor & Destructor Documentation

◆ Indentation()

v8::internal::wasm::Indentation::Indentation ( int current,
int delta )
inline

Definition at line 39 of file wasm-disassembler-impl.h.

Member Function Documentation

◆ current()

int v8::internal::wasm::Indentation::current ( )
inline

Definition at line 51 of file wasm-disassembler-impl.h.

Here is the caller graph for this function:

◆ decrease()

void v8::internal::wasm::Indentation::decrease ( )
inline

Definition at line 47 of file wasm-disassembler-impl.h.

Here is the caller graph for this function:

◆ Extra()

Indentation v8::internal::wasm::Indentation::Extra ( int extra)
inline

Definition at line 44 of file wasm-disassembler-impl.h.

Here is the caller graph for this function:

◆ increase()

void v8::internal::wasm::Indentation::increase ( )
inline

Definition at line 46 of file wasm-disassembler-impl.h.

Here is the caller graph for this function:

Member Data Documentation

◆ current_

int v8::internal::wasm::Indentation::current_
private

Definition at line 54 of file wasm-disassembler-impl.h.

◆ delta_

int v8::internal::wasm::Indentation::delta_
private

Definition at line 55 of file wasm-disassembler-impl.h.


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