| Index: src/debug/debug-scopes.h
|
| diff --git a/src/debug/debug-scopes.h b/src/debug/debug-scopes.h
|
| index b86530d27cef804df406dda66cd1dcb7723e7751..675e2281362eab3992f501cb3fa878ca2e5688ea 100644
|
| --- a/src/debug/debug-scopes.h
|
| +++ b/src/debug/debug-scopes.h
|
| @@ -43,6 +43,7 @@ class ScopeIterator {
|
| Option options = DEFAULT);
|
|
|
| ScopeIterator(Isolate* isolate, Handle<JSFunction> function);
|
| + ScopeIterator(Isolate* isolate, Handle<JSGeneratorObject> generator);
|
|
|
| MUST_USE_RESULT MaybeHandle<JSObject> MaterializeScopeDetails();
|
|
|
|
|