Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index 27eb2fc40c970581c0e7921413a76114ed1c89f4..f3d31cec2052e51348d744488cd479985a86a566 100644 |
--- a/src/x87/code-stubs-x87.cc |
+++ b/src/x87/code-stubs-x87.cc |
@@ -2144,6 +2144,7 @@ void CodeStub::GenerateStubsAheadOfTime(Isolate* isolate) { |
BinaryOpICStub::GenerateAheadOfTime(isolate); |
BinaryOpICWithAllocationSiteStub::GenerateAheadOfTime(isolate); |
StoreFastElementStub::GenerateAheadOfTime(isolate); |
+ TypeofStub::GenerateAheadOfTime(isolate); |
} |