Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 11cceb7b5e3a1a0044a9e8bdc84bf12958cc5677..92b186e9c645efef7c834e5a50d568280750f866 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -2338,6 +2338,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) { |
BinaryOpICStub::GenerateAheadOfTime(isolate); |
BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate); |
StoreFastElementStub::GenerateAheadOfTime(isolate); |
+ TypeofStub::GenerateAheadOfTime(isolate); |
} |