|
| ModuleDecoder (const WasmFeatures &enabled) |
|
void | StartDecoding (Counters *counters, AccountingAllocator *allocator, ModuleOrigin origin=ModuleOrigin::kWasmOrigin) |
|
void | DecodeModuleHeader (Vector< const uint8_t > bytes, uint32_t offset) |
|
void | DecodeSection (SectionCode section_code, Vector< const uint8_t > bytes, uint32_t offset, bool verify_functions=true) |
|
bool | CheckFunctionsCount (uint32_t functions_count, uint32_t offset) |
|
void | DecodeFunctionBody (uint32_t index, uint32_t size, uint32_t offset, bool verify_functions=true) |
|
ModuleResult | FinishDecoding (bool verify_functions=true) |
|
const std::shared_ptr< WasmModule > & | shared_module () const |
|
WasmModule * | module () const |
|
bool | ok () |
|
|
static SectionCode | IdentifyUnknownSection (Decoder &decoder, const byte *end) |
|
Definition at line 115 of file module-decoder.h.
The documentation for this class was generated from the following files: