| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 188b15890435df1dff406a9e919f1068ffe1ad05..f32f04e79ed114db0eece70003f44b2ef34fd78f 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -102,6 +102,8 @@ namespace internal {
|
| V(kInputStringTooLong, "Input string too long") \
|
| V(kInteger32ToSmiFieldWritingToNonSmiLocation, \
|
| "Integer32ToSmiField writing to non-smi location") \
|
| + V(kInterpreterHandlersDispatchCounterOverflow, \
|
| + "Overflow in Ignition dispatch counters") \
|
| V(kInvalidCaptureReferenced, "Invalid capture referenced") \
|
| V(kInvalidElementsKindForInternalArrayOrInternalPackedArray, \
|
| "Invalid ElementsKind for InternalArray or InternalPackedArray") \
|
|
|