Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 5357) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -683,6 +683,9 @@ |
void GenerateIsRegExpEquivalent(ZoneList<Expression*>* args); |
+ void GenerateHasCachedArrayIndex(ZoneList<Expression*>* args); |
+ void GenerateGetCachedArrayIndex(ZoneList<Expression*>* args); |
+ |
// Simple condition analysis. |
enum ConditionAnalysis { |
ALWAYS_TRUE, |