Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 8bd41f325b0ec7d1cae43e525a22f456395e6288..d08f336d08614166bfa94f448a28429d9a4974fa 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -338,6 +338,7 @@ class CallSite { |
T(InvalidTypedArrayAlignment, "% of % should be a multiple of %") \ |
T(InvalidTypedArrayLength, "Invalid typed array length") \ |
T(InvalidTypedArrayOffset, "Start offset is too large:") \ |
+ T(InvalidIndex, "Invalid index") \ |
Dan Ehrenberg
2016/06/28 23:50:14
The error message here could be better. Maybe Obje
bakkot
2016/06/29 19:01:45
Done.
|
T(InvalidSimdIndex, "Index out of bounds for SIMD operation") \ |
T(InvalidSimdLaneValue, "Lane value out of bounds for SIMD operation") \ |
T(LetInLexicalBinding, "let is disallowed as a lexically bound name") \ |