| Index: src/builtins.h
|
| ===================================================================
|
| --- src/builtins.h (revision 6955)
|
| +++ src/builtins.h (working copy)
|
| @@ -86,6 +86,7 @@
|
| V(LoadIC_Normal, LOAD_IC, MONOMORPHIC) \
|
| V(LoadIC_ArrayLength, LOAD_IC, MONOMORPHIC) \
|
| V(LoadIC_StringLength, LOAD_IC, MONOMORPHIC) \
|
| + V(LoadIC_StringWrapperLength, LOAD_IC, MONOMORPHIC) \
|
| V(LoadIC_FunctionPrototype, LOAD_IC, MONOMORPHIC) \
|
| V(LoadIC_Megamorphic, LOAD_IC, MEGAMORPHIC) \
|
| \
|
| @@ -93,13 +94,6 @@
|
| V(KeyedLoadIC_PreMonomorphic, KEYED_LOAD_IC, PREMONOMORPHIC) \
|
| V(KeyedLoadIC_Generic, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| - V(KeyedLoadIC_ExternalByteArray, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| - V(KeyedLoadIC_ExternalUnsignedByteArray, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| - V(KeyedLoadIC_ExternalShortArray, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| - V(KeyedLoadIC_ExternalUnsignedShortArray, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| - V(KeyedLoadIC_ExternalIntArray, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| - V(KeyedLoadIC_ExternalUnsignedIntArray, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| - V(KeyedLoadIC_ExternalFloatArray, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MEGAMORPHIC) \
|
| \
|
| V(StoreIC_Initialize, STORE_IC, UNINITIALIZED) \
|
| @@ -110,13 +104,6 @@
|
| \
|
| V(KeyedStoreIC_Initialize, KEYED_STORE_IC, UNINITIALIZED) \
|
| V(KeyedStoreIC_Generic, KEYED_STORE_IC, MEGAMORPHIC) \
|
| - V(KeyedStoreIC_ExternalByteArray, KEYED_STORE_IC, MEGAMORPHIC) \
|
| - V(KeyedStoreIC_ExternalUnsignedByteArray, KEYED_STORE_IC, MEGAMORPHIC) \
|
| - V(KeyedStoreIC_ExternalShortArray, KEYED_STORE_IC, MEGAMORPHIC) \
|
| - V(KeyedStoreIC_ExternalUnsignedShortArray, KEYED_STORE_IC, MEGAMORPHIC) \
|
| - V(KeyedStoreIC_ExternalIntArray, KEYED_STORE_IC, MEGAMORPHIC) \
|
| - V(KeyedStoreIC_ExternalUnsignedIntArray, KEYED_STORE_IC, MEGAMORPHIC) \
|
| - V(KeyedStoreIC_ExternalFloatArray, KEYED_STORE_IC, MEGAMORPHIC) \
|
| \
|
| /* Uses KeyedLoadIC_Initialize; must be after in list. */ \
|
| V(FunctionCall, BUILTIN, UNINITIALIZED) \
|
|
|