Index: src/ic/x64/handler-compiler-x64.cc |
diff --git a/src/ic/x64/handler-compiler-x64.cc b/src/ic/x64/handler-compiler-x64.cc |
index 437bcb283a6459d2c364bd2cf30c28f48588611a..5e3740a174c33a2701e899357ea23fdae588b24f 100644 |
--- a/src/ic/x64/handler-compiler-x64.cc |
+++ b/src/ic/x64/handler-compiler-x64.cc |
@@ -613,6 +613,9 @@ void NamedLoadHandlerCompiler::GenerateLoadInterceptor(Register holder_reg) { |
__ TailCallRuntime(Runtime::kLoadPropertyWithInterceptor); |
} |
+void NamedStoreHandlerCompiler::ZapStackArgumentsRegisterAliases() { |
+ STATIC_ASSERT(!StoreWithVectorDescriptor::kPassLastArgsOnStack); |
+} |
Handle<Code> NamedStoreHandlerCompiler::CompileStoreCallback( |
Handle<JSObject> object, Handle<Name> name, Handle<AccessorInfo> callback, |