Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index fe9cfd9b2f3956a807b5bff556a443a7a188f7c9..cb6c9c230d95549000d23f239b77a4c22d00450f 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -400,6 +400,8 @@ namespace internal { |
| F(GetFrameDetails, 2, 1) \ |
| F(GetScopeCount, 2, 1) \ |
| F(GetScopeDetails, 4, 1) \ |
| + F(GetFunctionScopeCount, 1, 1) \ |
| + F(GetFunctionScopeDetails, 2, 1) \ |
| F(DebugPrintScopes, 0, 1) \ |
| F(GetThreadCount, 1, 1) \ |
| F(GetThreadDetails, 2, 1) \ |