Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 0edbb4efc8d73cbfa96d9f833ceb891b9b762fc1..11fdb89ebec5be4cf416a7b7fbc80ff0e6fd59f2 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -712,22 +712,14 @@ class StoreStubCompiler: public StubCompiler { |
Handle<AccessorInfo> callback, |
Handle<String> name); |
- MUST_USE_RESULT MaybeObject* CompileStoreCallback(JSObject* object, |
- AccessorInfo* callback, |
- String* name); |
Handle<Code> CompileStoreInterceptor(Handle<JSObject> object, |
Handle<String> name); |
- MUST_USE_RESULT MaybeObject* CompileStoreInterceptor(JSObject* object, |
- String* name); |
- |
Handle<Code> CompileStoreGlobal(Handle<GlobalObject> object, |
Handle<JSGlobalPropertyCell> holder, |
Handle<String> name); |
private: |
- MaybeObject* TryGetCode(PropertyType type, String* name); |
- |
Handle<Code> GetCode(PropertyType type, Handle<String> name); |
StrictModeFlag strict_mode_; |