Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 8d05411cd1beb6fe96482ebb2e20fcae2b9fa8b3..5e5b2de95ac6b24f04d4c8f51ff4224e73578a03 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -9963,6 +9963,7 @@ class String: public Name { |
// Conversion. |
inline bool AsArrayIndex(uint32_t* index); |
+ uint32_t inline ToValidIndex(Object* number); |
// Trimming. |
enum TrimMode { kTrim, kTrimLeft, kTrimRight }; |