Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 0540bc0c6825088a76d30d6bcc88a1a496b712ed..bb00506640d83644c2b608287d3522ce641d421a 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6587,6 +6587,7 @@ class Script: public Struct { |
V(Math, ceil, MathCeil) \ |
V(Math, abs, MathAbs) \ |
V(Math, log, MathLog) \ |
+ V(Math, log1p, MathLog1p) \ |
V(Math, exp, MathExp) \ |
V(Math, sqrt, MathSqrt) \ |
V(Math, pow, MathPow) \ |