| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 68756789ef886bb531021592e7e1bc276a5ad1b1..d7ccc002f57ed572d20b2b2129194d65e9c5e366 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -56,7 +56,8 @@ namespace internal {
|
| V(kDestinationOfCopyNotAligned, "Destination of copy not aligned") \
|
| V(kDontDeleteCellsCannotContainTheHole, \
|
| "DontDelete cells can't contain the hole") \
|
| - V(kDoExpression, "Do expression encountered") \
|
| + V(kDoExpressionUnmodelable, \
|
| + "Encountered a do-expression with unmodelable control statements") \
|
| V(kDoPushArgumentNotImplementedForDoubleType, \
|
| "DoPushArgument not implemented for double type") \
|
| V(kEliminatedBoundsCheckFailed, "Eliminated bounds check failed") \
|
|
|