Chromium Code Reviews| Index: src/arm/codegen-arm.h |
| =================================================================== |
| --- src/arm/codegen-arm.h (revision 2155) |
| +++ src/arm/codegen-arm.h (working copy) |
| @@ -349,6 +349,9 @@ |
| void GenerateLog(ZoneList<Expression*>* args); |
| + // Fast support for Math.random(). |
| + void GenerateRandomPositiveSmi(ZoneList<Expression*>* args); |
| + |
| // Methods and constants for fast case switch statement support. |
| // |
| // Only allow fast-case switch if the range of labels is at most |