 Chromium Code Reviews
 Chromium Code Reviews Issue 1409123003:
  [runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master
    
  
    Issue 1409123003:
  [runtime] Avoid @@isConcatSpreadable lookup for fast path Array.prototype.concat  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master| Index: src/contexts.h | 
| diff --git a/src/contexts.h b/src/contexts.h | 
| index f9cca4c036620e8ae08ad3097e17678b5317877e..32c1e28f881c1ae87a41fc6fee28fa517dc36c7e 100644 | 
| --- a/src/contexts.h | 
| +++ b/src/contexts.h | 
| @@ -408,6 +408,8 @@ class Context: public FixedArray { | 
| inline Context* previous(); | 
| inline void set_previous(Context* context); | 
| + inline Object* next_context_link(); | 
| + | 
| inline bool has_extension(); | 
| inline HeapObject* extension(); | 
| inline void set_extension(HeapObject* object); |