 Chromium Code Reviews
 Chromium Code Reviews Issue 15960016:
  Provide list of step-in source positions in JS Debug API  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 15960016:
  Provide list of step-in source positions in JS Debug API  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index 8ef4c813fcaf452650156059a8d1fa0e32eef8cf..08a8ac55bbdd8d7dabeff741673a49b4aa366d1a 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -467,6 +467,7 @@ namespace internal { | 
| F(GetFrameCount, 1, 1) \ | 
| F(GetFrameDetails, 2, 1) \ | 
| F(GetScopeCount, 2, 1) \ | 
| + F(GetStepInPositions, 2, 1) \ | 
| F(GetScopeDetails, 4, 1) \ | 
| F(GetFunctionScopeCount, 1, 1) \ | 
| F(GetFunctionScopeDetails, 2, 1) \ |