Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 35a5d4ddd4659aac19658abff661e2305a669ebd..1f1746c65226af69b45b17987af99ef94192b27c 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -57,6 +57,7 @@ namespace internal { |
V(kDestinationOfCopyNotAligned, "Destination of copy not aligned") \ |
V(kDontDeleteCellsCannotContainTheHole, \ |
"DontDelete cells can't contain the hole") \ |
+ V(kDoExpression, "Do expression encountered") \ |
V(kDoPushArgumentNotImplementedForDoubleType, \ |
"DoPushArgument not implemented for double type") \ |
V(kEliminatedBoundsCheckFailed, "Eliminated bounds check failed") \ |