Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 1083a9ac6cd4b2607c830f8fb27bc6f7f9d79767..25e95eefd87ad23ef12aa2d159d0f2901ae51305 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -885,12 +885,6 @@ class KeyedStoreStubCompiler: public StoreStubCompiler { |
}; |
-// Subset of FUNCTIONS_WITH_ID_LIST with custom constant/global call |
-// IC stubs. |
-#define CUSTOM_CALL_IC_GENERATORS(V) \ |
- V(ArrayPush) |
- |
- |
class CallStubCompiler: public StubCompiler { |
public: |
CallStubCompiler(Isolate* isolate, |
@@ -957,16 +951,6 @@ class CallStubCompiler: public StubCompiler { |
Handle<String> name, |
Code::StubType type); |
-#define DECLARE_CALL_GENERATOR(name) \ |
- Handle<Code> Compile##name##Call(Handle<Object> object, \ |
- Handle<JSObject> holder, \ |
- Handle<Cell> cell, \ |
- Handle<JSFunction> function, \ |
- Handle<String> fname, \ |
- Code::StubType type); |
- CUSTOM_CALL_IC_GENERATORS(DECLARE_CALL_GENERATOR) |
-#undef DECLARE_CALL_GENERATOR |
- |
Handle<Code> CompileFastApiCall(const CallOptimization& optimization, |
Handle<Object> object, |
Handle<JSObject> holder, |