Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 0e27e21eea1620fad2afca86ac9b3defd1ad9070..8de6ea1c2f6b92d6778c9badeebd0ff76c3b08e8 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -186,6 +186,10 @@ namespace internal { |
ASH(KeyedStoreIC_Megamorphic, KEYED_STORE_IC, kNoExtraICState) \ |
ASH(KeyedStoreIC_Megamorphic_Strict, KEYED_STORE_IC, \ |
StoreICState::kStrictModeState) \ |
+ TFS(KeyedStoreIC_Megamorphic_TF, KEYED_STORE_IC, kNoExtraICState, \ |
+ StoreWithVector) \ |
+ TFS(KeyedStoreIC_Megamorphic_Strict_TF, KEYED_STORE_IC, \ |
+ StoreICState::kStrictModeState, StoreWithVector) \ |
ASM(KeyedStoreIC_Miss) \ |
ASH(KeyedStoreIC_Slow, HANDLER, Code::KEYED_STORE_IC) \ |
TFS(LoadGlobalIC_Miss, BUILTIN, kNoExtraICState, LoadGlobalWithVector) \ |