Chromium Code Reviews| Index: src/ia32/codegen-ia32.h |
| =================================================================== |
| --- src/ia32/codegen-ia32.h (revision 3531) |
| +++ src/ia32/codegen-ia32.h (working copy) |
| @@ -544,6 +544,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, |