| Index: src/wasm/wasm-objects.h
|
| diff --git a/src/wasm/wasm-objects.h b/src/wasm/wasm-objects.h
|
| index 28c4463c1a48dcaf47ff110ba90ebcfaf605aa5c..8b9f1f583cefc0ed1cb617bfd032877f83acb21e 100644
|
| --- a/src/wasm/wasm-objects.h
|
| +++ b/src/wasm/wasm-objects.h
|
| @@ -383,6 +383,9 @@ class WasmDebugInfo : public FixedArray {
|
| static bool IsDebugInfo(Object*);
|
| static WasmDebugInfo* cast(Object*);
|
|
|
| + static void RunInterpreter(Handle<WasmDebugInfo>, int func_index,
|
| + void* arg_buffer);
|
| +
|
| DECLARE_GETTER(wasm_instance, WasmInstanceObject);
|
| };
|
|
|
|
|