Index: src/codegen.h |
=================================================================== |
--- src/codegen.h (revision 5357) |
+++ src/codegen.h (working copy) |
@@ -116,7 +116,9 @@ |
F(MathSin, 1, 1) \ |
F(MathCos, 1, 1) \ |
F(MathSqrt, 1, 1) \ |
- F(IsRegExpEquivalent, 2, 1) |
+ F(IsRegExpEquivalent, 2, 1) \ |
+ F(HasCachedArrayIndex, 1, 1) \ |
+ F(GetCachedArrayIndex, 1, 1) |
#if V8_TARGET_ARCH_IA32 |