| Index: src/wasm/wasm-objects.h
|
| diff --git a/src/wasm/wasm-objects.h b/src/wasm/wasm-objects.h
|
| index b29094ea7cc6ed291ed0dc399c8976bd9109b478..4ecad95326cc094ef1940e91ebe0fcaa236bde5a 100644
|
| --- a/src/wasm/wasm-objects.h
|
| +++ b/src/wasm/wasm-objects.h
|
| @@ -382,6 +382,10 @@ class WasmDebugInfo : public FixedArray {
|
| static bool IsDebugInfo(Object*);
|
| static WasmDebugInfo* cast(Object*);
|
|
|
| + static Object* GetInterpreterArgBuffer(Handle<WasmDebugInfo>, int func_index);
|
| +
|
| + static void RunInterpreter(Handle<WasmDebugInfo>, int func_index);
|
| +
|
| DECLARE_GETTER(wasm_instance, WasmInstanceObject);
|
| };
|
|
|
|
|