Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 2158) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -524,6 +524,8 @@ |
void GenerateLog(ZoneList<Expression*>* args); |
+ // Fast support for Math.random(). |
+ void GenerateRandomPositiveSmi(ZoneList<Expression*>* args); |
// Methods and constants for fast case switch statement support. |
// |