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