Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 9f47f8f0721c478c10907636784ed856fc36753f..88a6077fa1425dcf75890b2463b61ca6eb0cac26 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6617,7 +6617,9 @@ enum BuiltinFunctionId { |
#undef DECLARE_FUNCTION_ID |
// Fake id for a special case of Math.pow. Note, it continues the |
// list of math functions. |
- kMathPowHalf |
+ kMathPowHalf, |
+ // Installed only on --harmony-maths. |
+ kMathClz32 |
}; |