#include <wasm-disassembler-impl.h>
Definition at line 294 of file wasm-disassembler-impl.h.
◆ ModuleDisassembler()
◆ ~ModuleDisassembler()
v8::internal::wasm::ModuleDisassembler::~ModuleDisassembler |
( |
| ) |
|
|
default |
◆ LineBreakOrSpace()
void v8::internal::wasm::ModuleDisassembler::LineBreakOrSpace |
( |
bool | break_lines, |
|
|
Indentation | indentation, |
|
|
uint32_t | byte_offset ) |
|
private |
◆ PrintExportName()
◆ PrintGlobal()
void v8::internal::wasm::ModuleDisassembler::PrintGlobal |
( |
const WasmGlobal & | global | ) |
|
|
private |
◆ PrintImportName()
void v8::internal::wasm::ModuleDisassembler::PrintImportName |
( |
const WasmImport & | import | ) |
|
|
private |
◆ PrintInitExpression()
◆ PrintMemory()
void v8::internal::wasm::ModuleDisassembler::PrintMemory |
( |
const WasmMemory & | memory | ) |
|
|
private |
◆ PrintModule()
◆ PrintMutableType()
void v8::internal::wasm::ModuleDisassembler::PrintMutableType |
( |
bool | mutability, |
|
|
ValueType | type ) |
|
private |
◆ PrintString()
◆ PrintStringAsJSON()
void v8::internal::wasm::ModuleDisassembler::PrintStringAsJSON |
( |
WireBytesRef | ref | ) |
|
|
private |
◆ PrintTable()
void v8::internal::wasm::ModuleDisassembler::PrintTable |
( |
const WasmTable & | table | ) |
|
|
private |
◆ PrintTagSignature()
void v8::internal::wasm::ModuleDisassembler::PrintTagSignature |
( |
const FunctionSig * | sig | ) |
|
|
private |
◆ PrintTypeDefinition()
void v8::internal::wasm::ModuleDisassembler::PrintTypeDefinition |
( |
uint32_t | type_index, |
|
|
Indentation | indendation, |
|
|
IndexAsComment | index_as_comment ) |
◆ function_body_offsets_
std::vector<int>* v8::internal::wasm::ModuleDisassembler::function_body_offsets_ |
|
private |
◆ module_
const WasmModule* v8::internal::wasm::ModuleDisassembler::module_ |
|
private |
◆ names_
◆ offsets_
std::unique_ptr<OffsetsProvider> v8::internal::wasm::ModuleDisassembler::offsets_ |
|
private |
◆ out_
◆ start_
const uint8_t* v8::internal::wasm::ModuleDisassembler::start_ |
|
private |
◆ wire_bytes_
◆ zone_
Zone v8::internal::wasm::ModuleDisassembler::zone_ |
|
private |
The documentation for this class was generated from the following files: