V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::wasm::ModuleWireBytes Struct Reference

Public Member Functions

 ModuleWireBytes (Vector< const byte > module_bytes)
 
 ModuleWireBytes (const byte *start, const byte *end)
 
WasmName GetNameOrNull (WireBytesRef ref) const
 
WasmName GetNameOrNull (const WasmFunction *function, const WasmModule *module) const
 
bool BoundsCheck (uint32_t offset, uint32_t length) const
 
Vector< const byte > GetFunctionBytes (const WasmFunction *function) const
 
Vector< const byte > module_bytes () const
 
const byte * start () const
 
const byte * end () const
 
size_t length () const
 

Detailed Description

Definition at line 203 of file wasm-module.h.


The documentation for this struct was generated from the following files: