Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 8d3835b699597bbd8c1b8771572073147e9877cf..ca2fae5cfe0502e0e33dd544550b6986a47c0d27 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6589,6 +6589,8 @@ class Script: public Struct { |
V(Math, abs, MathAbs) \ |
V(Math, log, MathLog) \ |
V(Math, log1p, MathLog1p) \ |
+ V(Math, log2, MathLog2) \ |
+ V(Math, log10, MathLog10) \ |
V(Math, exp, MathExp) \ |
V(Math, sqrt, MathSqrt) \ |
V(Math, pow, MathPow) \ |