Index: src/stub-cache.h |
=================================================================== |
--- src/stub-cache.h (revision 2762) |
+++ src/stub-cache.h (working copy) |
@@ -561,6 +561,17 @@ |
}; |
+class ConstructStubCompiler: public StubCompiler { |
+ public: |
+ explicit ConstructStubCompiler() {} |
+ |
+ Object* CompileConstructStub(SharedFunctionInfo* shared); |
+ |
+ private: |
+ Object* GetCode(); |
+}; |
+ |
+ |
} } // namespace v8::internal |
#endif // V8_STUB_CACHE_H_ |