Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index c0a850a7be8b98f610031a6abaa0cbade43d2002..ba0913fa2c501eb5425baf188eef9c071b7c2a27 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -157,6 +157,8 @@ enum BuiltinExtraArguments { |
kStrictMode) \ |
V(StoreIC_GlobalProxy_Strict, STORE_IC, MEGAMORPHIC, \ |
kStrictMode) \ |
+ V(SetterStubForDeopt, STORE_IC, MONOMORPHIC, \ |
Michael Starzinger
2012/08/16 17:20:04
Can we call this "StoreIC_Setter_ForDeopt"?
Sven Panne
2012/08/17 07:27:26
Done.
|
+ kStrictMode) \ |
\ |
V(KeyedStoreIC_Initialize, KEYED_STORE_IC, UNINITIALIZED, \ |
Code::kNoExtraICState) \ |