 Chromium Code Reviews
 Chromium Code Reviews Issue 10171003:
  Issue 2081: Expose function's (closure's) inner context in debugger.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 10171003:
  Issue 2081: Expose function's (closure's) inner context in debugger.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index e27854b70123571ce96229d4a89e68aacbb238cb..9ae1383fbc486906886b6be8e0d8d37973c38429 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -404,6 +404,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) \ |