Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index bbf1ab5e65a992750fd7ec5060f8f810076a8181..6324f419fe529a2b128c569842bffaecc34e9396 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8828,6 +8828,7 @@ class String: public Name { |
static const uint32_t kMaxOneByteCharCodeU = unibrow::Latin1::kMaxChar; |
static const int kMaxUtf16CodeUnit = 0xffff; |
static const uint32_t kMaxUtf16CodeUnitU = kMaxUtf16CodeUnit; |
+ static const uc32 kMaxCodePoint = 0x10ffff; |
// Value of hash field containing computed hash equal to zero. |
static const int kEmptyStringHash = kIsNotArrayIndexMask; |