Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 541334a5dc197b11be3b80ad25755d3cac4ed556..0d3ab73a3c4cc8aaead11cccf4e7471ca580a84e 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4791,7 +4791,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 { |