V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
AsyncStreamingProcessor (AsyncCompileJob *job) | |
bool | ProcessModuleHeader (Vector< const uint8_t > bytes, uint32_t offset) override |
bool | ProcessSection (SectionCode section_code, Vector< const uint8_t > bytes, uint32_t offset) override |
bool | ProcessCodeSectionHeader (size_t functions_count, uint32_t offset, std::shared_ptr< WireBytesStorage >) override |
bool | ProcessFunctionBody (Vector< const uint8_t > bytes, uint32_t offset) override |
void | OnFinishedChunk () override |
void | OnFinishedStream (OwnedVector< uint8_t > bytes) override |
void | OnError (DecodeResult result) override |
void | OnAbort () override |
bool | Deserialize (Vector< const uint8_t > wire_bytes, Vector< const uint8_t > module_bytes) override |
Public Member Functions inherited from v8::internal::wasm::StreamingProcessor | |
virtual void | OnError (VoidResult result)=0 |
Definition at line 2288 of file module-compiler.cc.