 Chromium Code Reviews
 Chromium Code Reviews Issue 8352003:
  Handlify upper layers of KeyedLoadIC.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 8352003:
  Handlify upper layers of KeyedLoadIC.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/objects.h | 
| diff --git a/src/objects.h b/src/objects.h | 
| index 2938750e54d3437e642511b1e5af7353df361c8d..27bd02039482129b75baeff30c969b969a21801c 100644 | 
| --- a/src/objects.h | 
| +++ b/src/objects.h | 
| @@ -4258,6 +4258,9 @@ class Map: public HeapObject { | 
| inline void ClearCodeCache(Heap* heap); | 
| // Update code cache. | 
| + static void UpdateCodeCache(Handle<Map> map, | 
| + Handle<String> name, | 
| + Handle<Code> code); | 
| MUST_USE_RESULT MaybeObject* UpdateCodeCache(String* name, Code* code); | 
| // Returns the found code or undefined if absent. |