| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 09c889f9dd877dc0505c774f7f8abefda0317c41..ce11d3ef865503da08c8870ddca519d19e7d36aa 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -164,6 +164,7 @@ namespace internal {
|
| V(kModuleUrl, "Module url") \
|
| V(kNativeFunctionLiteral, "Native function literal") \
|
| V(kNeedSmiLiteral, "Need a Smi literal here") \
|
| + V(kNewTarget, "new.target") \
|
| V(kNoCasesLeft, "No cases left") \
|
| V(kNoEmptyArraysHereInEmitFastOneByteArrayJoin, \
|
| "No empty arrays here in EmitFastOneByteArrayJoin") \
|
|
|