| Index: src/debug/debug-interface.h
|
| diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
|
| index 78ede238aedbff2d5d1c6fe0f71d9777bca7bd30..b25ad905508c067dea9353a031ebc28924432d6e 100644
|
| --- a/src/debug/debug-interface.h
|
| +++ b/src/debug/debug-interface.h
|
| @@ -123,6 +123,7 @@ class Script {
|
| MaybeLocal<Value> ContextData() const;
|
| MaybeLocal<String> Source() const;
|
| bool IsWasm() const;
|
| + bool IsModule() const;
|
| bool GetPossibleBreakpoints(const debug::Location& start,
|
| const debug::Location& end,
|
| std::vector<debug::Location>* locations) const;
|
|
|