Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 3531) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -541,6 +541,9 @@ |
// Fast support for StringAdd. |
void GenerateStringAdd(ZoneList<Expression*>* args); |
+ // Support for direct calls from JavaScript to native RegExp code. |
+ void GenerateRegExpExec(ZoneList<Expression*>* args); |
+ |
// Simple condition analysis. |
enum ConditionAnalysis { |
ALWAYS_TRUE, |