Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 4a9faf0b000f63efbdabf051d0afbd4ee7a789d6..8bc6ac99bdf6dfe1e092464aac04a505866bca5a 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -331,6 +331,11 @@ MaybeHandle<String> GetWasmFunctionName(Handle<JSObject> wasm, |
// else. |
bool IsWasmObject(Handle<JSObject> object); |
+// Update memory references of code objects associated with the module |
+bool UpdateWasmModuleMemory(Handle<JSObject> object, byte* old_start, |
+ byte* new_start, uint32_t old_size, |
+ uint32_t new_size); |
+ |
} // namespace wasm |
} // namespace internal |
} // namespace v8 |