| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index 15d0f0e8079032b5c1dfc849efeae36eaac41091..45e4f7e6bc1c83f87aaebe30f8866d8a8b8d60e2 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -76,6 +76,10 @@ void InternalArrayNoArgumentConstructorStub::InitializeDescriptor(
|
| InitializeInternalArrayConstructorDescriptor(isolate(), descriptor, 0);
|
| }
|
|
|
| +void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| + Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry;
|
| + descriptor->Initialize(rax, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
|
| +}
|
|
|
| void InternalArraySingleArgumentConstructorStub::InitializeDescriptor(
|
| CodeStubDescriptor* descriptor) {
|
|
|