| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 1fc1fe933606c09df81c41da8e582253349cad49..dc4186acdfb5af212c473813366314caed93c350 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -184,6 +184,7 @@ namespace internal {
|
| V(kStackAccessBelowStackPointer, "Stack access below stack pointer") \
|
| V(kStackFrameTypesMustMatch, "Stack frame types must match") \
|
| V(kSuperReference, "Super reference") \
|
| + V(kTailCall, "Tail call") \
|
| V(kTheCurrentStackPointerIsBelowCsp, \
|
| "The current stack pointer is below csp") \
|
| V(kTheSourceAndDestinationAreTheSame, \
|
|
|