| Index: src/mips64/code-stubs-mips64.cc
|
| diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc
|
| index 4d2400ff7992d762921a54ea513198b5051f668b..0a872c1f102075f535cdcf23fc28f324f264b337 100644
|
| --- a/src/mips64/code-stubs-mips64.cc
|
| +++ b/src/mips64/code-stubs-mips64.cc
|
| @@ -1005,6 +1005,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) {
|
| RestoreRegistersStateStub::GenerateAheadOfTime(isolate);
|
| BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate);
|
| StoreFastElementStub::GenerateAheadOfTime(isolate);
|
| + TypeofStub::GenerateAheadOfTime(isolate);
|
| }
|
|
|
|
|
|
|