| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index bd0678ed3a747810083fb37a5e73b52471c8daa5..25009b9a66b4e670c2f7809223d343e2e2cf3b61 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -984,18 +984,6 @@ class KeyedStoreStubCompiler: public BaseStoreStubCompiler {
|
|
|
| Handle<Code> CompileStoreElementPolymorphic(MapHandleList* receiver_maps);
|
|
|
| - static void GenerateStoreFastElement(MacroAssembler* masm,
|
| - bool is_js_array,
|
| - ElementsKind element_kind,
|
| - KeyedAccessStoreMode store_mode);
|
| -
|
| - static void GenerateStoreFastDoubleElement(MacroAssembler* masm,
|
| - bool is_js_array,
|
| - KeyedAccessStoreMode store_mode);
|
| -
|
| - static void GenerateStoreExternalArray(MacroAssembler* masm,
|
| - ElementsKind elements_kind);
|
| -
|
| static void GenerateStoreDictionaryElement(MacroAssembler* masm);
|
|
|
| protected:
|
|
|