Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 322841cf82049d4e20a96ea5e0d45a090f9c4608..1b8dc47d81f489936f5043d17e1952d792bf8c1f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5677,7 +5677,8 @@ class Script: public Struct { |
V(Math, pow, MathPow) \ |
V(Math, random, MathRandom) \ |
V(Math, max, MathMax) \ |
- V(Math, min, MathMin) |
+ V(Math, min, MathMin) \ |
+ V(Math, imul, MathImul) |
enum BuiltinFunctionId { |