Index: src/x64/codegen-x64.h |
diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h |
index 5decdd1264179e8b23719f2482a6a2b551851494..4fa248938962094684f2c20bc7ce87f50b081544 100644 |
--- a/src/x64/codegen-x64.h |
+++ b/src/x64/codegen-x64.h |
@@ -590,6 +590,9 @@ class CodeGenerator: public AstVisitor { |
// Fast support for number to string. |
void GenerateNumberToString(ZoneList<Expression*>* args); |
+ // Fast swapping of elements. |
+ void GenerateSwapElements(ZoneList<Expression*>* args); |
+ |
// Fast call for custom callbacks. |
void GenerateCallFunction(ZoneList<Expression*>* args); |