summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/wasm-interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/wasm-interpreter.h')
-rw-r--r--deps/v8/src/wasm/wasm-interpreter.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/deps/v8/src/wasm/wasm-interpreter.h b/deps/v8/src/wasm/wasm-interpreter.h
index c317ab2f7f..cdfa74cfad 100644
--- a/deps/v8/src/wasm/wasm-interpreter.h
+++ b/deps/v8/src/wasm/wasm-interpreter.h
@@ -16,6 +16,7 @@ class AccountingAllocator;
namespace internal {
class WasmInstanceObject;
+struct WasmContext;
namespace wasm {
@@ -172,8 +173,7 @@ class V8_EXPORT_PRIVATE WasmInterpreter {
};
WasmInterpreter(Isolate* isolate, const WasmModule* module,
- const ModuleWireBytes& wire_bytes, byte* globals_start,
- byte* mem_start, uint32_t mem_size);
+ const ModuleWireBytes& wire_bytes, WasmContext* wasm_context);
~WasmInterpreter();
//==========================================================================
@@ -199,11 +199,6 @@ class V8_EXPORT_PRIVATE WasmInterpreter {
Thread* GetThread(int id);
//==========================================================================
- // Update the cached module env memory parameters after a grow memory event.
- //==========================================================================
- void UpdateMemory(byte* mem_start, uint32_t mem_size);
-
- //==========================================================================
// Testing functionality.
//==========================================================================
// Manually adds a function to this interpreter. The func_index of the