Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 5911) |
+++ src/runtime.h (working copy) |
@@ -417,6 +417,7 @@ |
F(MathSin, 1, 1) \ |
F(MathCos, 1, 1) \ |
F(MathSqrt, 1, 1) \ |
+ F(MathLog, 1, 1) \ |
F(IsRegExpEquivalent, 2, 1) \ |
F(HasCachedArrayIndex, 1, 1) \ |
F(GetCachedArrayIndex, 1, 1) \ |