 Chromium Code Reviews
 Chromium Code Reviews Issue 256803010:
  Convert function.caller to API-style accessor.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 256803010:
  Convert function.caller to API-style accessor.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/accessors.h | 
| diff --git a/src/accessors.h b/src/accessors.h | 
| index 2dcb860a71b9e03232781c96f8fe5ca29098b768..ed092057be211e6b55a17d9854acde57be7a414c 100644 | 
| --- a/src/accessors.h | 
| +++ b/src/accessors.h | 
| @@ -37,11 +37,11 @@ namespace internal { | 
| // The list of accessor descriptors. This is a second-order macro | 
| // taking a macro to be applied to all accessor descriptor names. | 
| #define ACCESSOR_DESCRIPTOR_LIST(V) \ | 
| - V(FunctionCaller) \ | 
| V(ArrayLength) | 
| #define ACCESSOR_INFO_LIST(V) \ | 
| V(FunctionArguments) \ | 
| + V(FunctionCaller) \ | 
| V(FunctionName) \ | 
| V(FunctionLength) \ | 
| V(FunctionPrototype) \ |