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