V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
CodeMap (const WasmModule *module, const uint8_t *module_start, Zone *zone) | |
bool | call_indirect_through_module () |
void | set_call_indirect_through_module (bool val) |
const WasmModule * | module () const |
InterpreterCode * | GetCode (const WasmFunction *function) |
InterpreterCode * | GetCode (uint32_t function_index) |
InterpreterCode * | GetIndirectCode (uint32_t table_index, uint32_t entry_index) |
InterpreterCode * | Preprocess (InterpreterCode *code) |
void | AddFunction (const WasmFunction *function, const byte *code_start, const byte *code_end) |
void | SetFunctionCode (const WasmFunction *function, const byte *start, const byte *end) |
Definition at line 909 of file wasm-interpreter.cc.