#include <module-decoder.h>
Definition at line 167 of file module-decoder.h.
◆ ModuleDecoder()
◆ ~ModuleDecoder()
v8::internal::wasm::ModuleDecoder::~ModuleDecoder |
( |
| ) |
|
|
default |
◆ CheckFunctionsCount()
bool v8::internal::wasm::ModuleDecoder::CheckFunctionsCount |
( |
uint32_t | functions_count, |
|
|
uint32_t | error_offset ) |
◆ DecodeFunctionBody()
void v8::internal::wasm::ModuleDecoder::DecodeFunctionBody |
( |
uint32_t | index, |
|
|
uint32_t | size, |
|
|
uint32_t | offset ) |
◆ DecodeModuleHeader()
void v8::internal::wasm::ModuleDecoder::DecodeModuleHeader |
( |
base::Vector< const uint8_t > | bytes | ) |
|
◆ DecodeSection()
void v8::internal::wasm::ModuleDecoder::DecodeSection |
( |
SectionCode | section_code, |
|
|
base::Vector< const uint8_t > | bytes, |
|
|
uint32_t | offset ) |
◆ FinishDecoding()
ModuleResult v8::internal::wasm::ModuleDecoder::FinishDecoding |
( |
| ) |
|
◆ IdentifyUnknownSection()
◆ module()
WasmModule * v8::internal::wasm::ModuleDecoder::module |
( |
| ) |
const |
|
inline |
◆ ok()
bool v8::internal::wasm::ModuleDecoder::ok |
( |
| ) |
const |
◆ shared_module()
const std::shared_ptr< WasmModule > & v8::internal::wasm::ModuleDecoder::shared_module |
( |
| ) |
const |
◆ StartCodeSection()
void v8::internal::wasm::ModuleDecoder::StartCodeSection |
( |
WireBytesRef | section_bytes | ) |
|
◆ impl_
The documentation for this class was generated from the following files: