| Index: src/builtins.h
|
| ===================================================================
|
| --- src/builtins.h (revision 6456)
|
| +++ src/builtins.h (working copy)
|
| @@ -93,6 +93,7 @@
|
| V(KeyedLoadIC_PreMonomorphic, KEYED_LOAD_IC, PREMONOMORPHIC) \
|
| V(KeyedLoadIC_Generic, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| + V(KeyedLoadIC_PixelArray, KEYED_LOAD_IC, MONOMORPHIC) \
|
| V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| \
|
| V(StoreIC_Initialize, STORE_IC, UNINITIALIZED) \
|
|
|