Chromium Code Reviews| Index: src/runtime.h |
| =================================================================== |
| --- src/runtime.h (revision 1518) |
| +++ src/runtime.h (working copy) |
| @@ -234,6 +234,8 @@ |
| F(GetFrameCount, 1) \ |
| F(GetFrameDetails, 2) \ |
| F(GetCFrames, 1) \ |
| + F(GetThreadCount, 1) \ |
| + F(GetThreadDetails, 2) \ |
| F(GetBreakLocations, 1) \ |
| F(SetFunctionBreakPoint, 3) \ |
| F(SetScriptBreakPoint, 3) \ |