| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index a9f321e3cb4c302c4c7ab4a1f611da7449dfc6e9..dc599d755ffb3c6c975557c6f7eb1074d8e97e1c 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -339,6 +339,8 @@ class CallSite {
|
| T(InvalidTypedArrayAlignment, "% of % should be a multiple of %") \
|
| T(InvalidTypedArrayLength, "Invalid typed array length") \
|
| T(InvalidTypedArrayOffset, "Start offset is too large:") \
|
| + 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") \
|
| T(LocaleMatcher, "Illegal value for localeMatcher:%") \
|
| T(NormalizationForm, "The normalization form should be one of %.") \
|
|
|