Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index bef1d877f37535604ab1ad41e9b9c9d242f8bec9..3f1b08e86f326ebca25644e45f93cf26251588b6 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4893,7 +4893,9 @@ class Script: public Struct { |
| V(Math, atan, MathATan) \ |
| V(Math, exp, MathExp) \ |
| V(Math, sqrt, MathSqrt) \ |
| - V(Math, pow, MathPow) |
| + V(Math, pow, MathPow) \ |
| + V(Math, max, MathMax) \ |
| + V(Math, min, MathMin) |
| enum BuiltinFunctionId { |