Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 1d48567c0c8f786c67e3c311f7e50b9841953c93..d374fd4b9aa9b2c70e9a423fdfe2fa9ca0626bd8 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -65,6 +65,12 @@ void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) { |
descriptor->Initialize(a0, deopt_handler, -1, JS_FUNCTION_STUB_MODE); |
} |
+void FastFunctionBindStub::InitializeDescriptor( |
+ CodeStubDescriptor* descriptor) { |
+ Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; |
+ descriptor->Initialize(a0, deopt_handler, -1, JS_FUNCTION_STUB_MODE); |
+} |
+ |
void InternalArrayNArgumentsConstructorStub::InitializeDescriptor( |
CodeStubDescriptor* descriptor) { |
InitializeInternalArrayConstructorDescriptor(isolate(), descriptor, -1); |