Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index bc0facb44cc5fe6a918d27b80c540e9b61ce3a48..1010b11d91714685c9e76175780d846992698769 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2010 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -97,10 +97,20 @@ enum BuiltinExtraArguments { |
Code::kNoExtraICState) \ |
V(KeyedLoadIC_Miss, BUILTIN, UNINITIALIZED, \ |
Code::kNoExtraICState) \ |
+ V(KeyedLoadIC_MissForceGeneric, BUILTIN, UNINITIALIZED, \ |
+ Code::kNoExtraICState) \ |
+ V(KeyedLoadIC_Slow, BUILTIN, UNINITIALIZED, \ |
+ Code::kNoExtraICState) \ |
V(StoreIC_Miss, BUILTIN, UNINITIALIZED, \ |
Code::kNoExtraICState) \ |
V(KeyedStoreIC_Miss, BUILTIN, UNINITIALIZED, \ |
Code::kNoExtraICState) \ |
+ V(KeyedStoreIC_MissForceGeneric, BUILTIN, UNINITIALIZED, \ |
+ Code::kNoExtraICState) \ |
+ V(KeyedStoreIC_Slow_Strict, BUILTIN, UNINITIALIZED, \ |
+ Code::kNoExtraICState) \ |
+ V(KeyedStoreIC_Slow_NonStrict, BUILTIN, UNINITIALIZED, \ |
+ Code::kNoExtraICState) \ |
\ |
V(LoadIC_Initialize, LOAD_IC, UNINITIALIZED, \ |
Code::kNoExtraICState) \ |