Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1e26178bf7d262b9955a2824d5a94244e2fc26b3..a5f5b52f953f181bd3586005356f67cf79800120 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6507,6 +6507,7 @@ class Script: public Struct { |
V(Math, exp, MathExp) \ |
V(Math, sqrt, MathSqrt) \ |
V(Math, pow, MathPow) \ |
+ V(Math, random, MathRandom) \ |
V(Math, max, MathMax) \ |
V(Math, min, MathMin) \ |
V(Math, imul, MathImul) |