| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index be14cf6e87ebe0d2374868e76e8d51e8de039128..fe7d77eaa26f870d70f6a75c5f88ce055c894b76 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -748,6 +748,14 @@ void FastNewContextStub::InstallDescriptors(Isolate* isolate) {
|
|
|
|
|
| // static
|
| +void FastCloneShallowArrayStub::InstallDescriptors(Isolate* isolate) {
|
| + FastCloneShallowArrayStub stub(FastCloneShallowArrayStub::CLONE_ELEMENTS,
|
| + DONT_TRACK_ALLOCATION_SITE, 0);
|
| + InstallDescriptor(isolate, &stub);
|
| +}
|
| +
|
| +
|
| +// static
|
| void BinaryOpICStub::InstallDescriptors(Isolate* isolate) {
|
| BinaryOpICStub stub(Token::ADD, NO_OVERWRITE);
|
| InstallDescriptor(isolate, &stub);
|
|
|