V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::wasm::WasmInterpreterInternals Class Reference
Inheritance diagram for v8::internal::wasm::WasmInterpreterInternals:
v8::internal::ZoneObject

Public Member Functions

 WasmInterpreterInternals (Zone *zone, const WasmModule *module, const ModuleWireBytes &wire_bytes, Handle< WasmInstanceObject > instance_object)
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Public Attributes

const ZoneVector< uint8_t > module_bytes_
 
CodeMap codemap_
 
ZoneVector< ThreadImplthreads_
 

Detailed Description

Definition at line 3076 of file wasm-interpreter.cc.


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