Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 5357) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -730,6 +730,9 @@ |
// Check whether two RegExps are equivalent |
void GenerateIsRegExpEquivalent(ZoneList<Expression*>* args); |
+ void GenerateHasCachedArrayIndex(ZoneList<Expression*>* args); |
+ void GenerateGetCachedArrayIndex(ZoneList<Expression*>* args); |
+ |
// Simple condition analysis. |
enum ConditionAnalysis { |
ALWAYS_TRUE, |