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