| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 2dd9d08bc55e12c675ecae29848d8187c041730c..e0cb90bb5bcc5242337b36446aeb0fa7df0fb1c9 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -156,6 +156,8 @@ namespace internal {
|
| F(GetAllScopesDetails, 4, 1) \
|
| F(GetFunctionScopeCount, 1, 1) \
|
| F(GetFunctionScopeDetails, 2, 1) \
|
| + F(GetGeneratorScopeCount, 1, 1) \
|
| + F(GetGeneratorScopeDetails, 2, 1) \
|
| F(SetScopeVariableValue, 6, 1) \
|
| F(DebugPrintScopes, 0, 1) \
|
| F(SetBreakPointsActive, 1, 1) \
|
|
|