 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 9ecf47a8e961a704d960df600717527ee4eda974..102c24ccc38a31bfa1e2aacbf7f84ef40cfa66bb 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -468,6 +468,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) \ |