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