| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 411f361d41ae0384ac58cfd7a342d06992b932a3..5b99ad553f526c78f18605e2457115b7b461fadc 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -43,6 +43,7 @@ namespace internal {
|
| "Call to a JavaScript runtime function") \
|
| V(kCannotTranslatePositionInChangedArea, \
|
| "Cannot translate position in changed area") \
|
| + V(kCapturedThis, "Receiver is captured in the context") \
|
| V(kClassLiteral, "Class literal") \
|
| V(kCodeGenerationFailed, "Code generation failed") \
|
| V(kCodeObjectNotProperlyPatched, "Code object not properly patched") \
|
|
|