| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index ca2fae5cfe0502e0e33dd544550b6986a47c0d27..a7aabe23e0f856b18734e09f3fe4f40c7b4b508d 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -6591,7 +6591,9 @@ class Script: public Struct {
|
| V(Math, log1p, MathLog1p) \
|
| V(Math, log2, MathLog2) \
|
| V(Math, log10, MathLog10) \
|
| + V(Math, cbrt, MathCbrt) \
|
| V(Math, exp, MathExp) \
|
| + V(Math, expm1, MathExpm1) \
|
| V(Math, sqrt, MathSqrt) \
|
| V(Math, pow, MathPow) \
|
| V(Math, max, MathMax) \
|
| @@ -6603,6 +6605,7 @@ class Script: public Struct {
|
| V(Math, asin, MathAsin) \
|
| V(Math, atan, MathAtan) \
|
| V(Math, atan2, MathAtan2) \
|
| + V(Math, atanh, MathAtanh) \
|
| V(Math, imul, MathImul) \
|
| V(Math, clz32, MathClz32) \
|
| V(Math, fround, MathFround) \
|
|
|