V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::wasm::AsyncStreamingProcessor Class Referencefinal
Inheritance diagram for v8::internal::wasm::AsyncStreamingProcessor:
v8::internal::wasm::StreamingProcessor

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
 

Detailed Description

Definition at line 2288 of file module-compiler.cc.


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