| Index: test/common/wasm/wasm-module-runner.h
|
| diff --git a/test/common/wasm/wasm-module-runner.h b/test/common/wasm/wasm-module-runner.h
|
| index 9a9d00cdf1188a289eb685d4ea7ac0a4fd6c4456..a3149c74b47fcc05046b140745c8fc64b13bdbd9 100644
|
| --- a/test/common/wasm/wasm-module-runner.h
|
| +++ b/test/common/wasm/wasm-module-runner.h
|
| @@ -46,6 +46,9 @@ int32_t CompileAndRunWasmModule(Isolate* isolate, const byte* module_start,
|
| int32_t InterpretWasmModule(Isolate* isolate, ErrorThrower* thrower,
|
| const WasmModule* module, int function_index,
|
| WasmVal* args);
|
| +
|
| +// Install function map, module symbol for testing
|
| +void SetupIsolateForWasmModule(Isolate* isolate);
|
| } // namespace testing
|
| } // namespace wasm
|
| } // namespace internal
|
|
|