Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 401db6b3fbfc6af98c7f0e3eee01997106eb3127..0db962594e02d7782ed5592d74b48df20d0662e0 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -2328,6 +2328,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) { |
BinaryOpICStub::GenerateAheadOfTime(isolate); |
BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate); |
StoreFastElementStub::GenerateAheadOfTime(isolate); |
+ TypeofStub::GenerateAheadOfTime(isolate); |
} |