| Index: src/deoptimize-reason.h
|
| diff --git a/src/deoptimize-reason.h b/src/deoptimize-reason.h
|
| index f5307005b9267aefc2ceb1713089d0487b297124..d28ec4750be75a1f7e30cde79ec05dcb98692fac 100644
|
| --- a/src/deoptimize-reason.h
|
| +++ b/src/deoptimize-reason.h
|
| @@ -23,6 +23,7 @@ namespace internal {
|
| V(ForcedDeoptToRuntime, "Forced deopt to runtime") \
|
| V(Hole, "hole") \
|
| V(InstanceMigrationFailed, "instance migration failed") \
|
| + V(InsufficientTypeFeedbackForCall, "Insufficient type feedback for call") \
|
| V(InsufficientTypeFeedbackForCallWithArguments, \
|
| "Insufficient type feedback for call with arguments") \
|
| V(FastPathFailed, "Falling off the fast path") \
|
|
|