Chromium Code Reviews| Index: src/x64/codegen-x64.h |
| =================================================================== |
| --- src/x64/codegen-x64.h (revision 4033) |
| +++ src/x64/codegen-x64.h (working copy) |
| @@ -582,6 +582,9 @@ |
| void GenerateMathSin(ZoneList<Expression*>* args); |
| void GenerateMathCos(ZoneList<Expression*>* args); |
| + // Fast support fo IsFinite. |
| + void GenerateNumberIsFinite(ZoneList<Expression*>* args); |
| + |
| // Simple condition analysis. |
| enum ConditionAnalysis { |
| ALWAYS_TRUE, |