Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 9b547258c7628da106015d34dd7397dec49b3ba6..8e7a07dc7a52e8e51ee2571c56d74dc7e89f6b9f 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -87,6 +87,8 @@ namespace internal { |
V(kFunctionBeingDebugged, "Function is being debugged") \ |
V(kFunctionCallsEval, "Function calls eval") \ |
V(kFunctionWithIllegalRedeclaration, "Function with illegal redeclaration") \ |
+ V(kFunctionDataShouldBeBytecodeArrayOnInterpreterEntry, \ |
+ "The function_data field should be a BytecodeArray on interpreter entry") \ |
V(kGeneratedCodeIsTooLarge, "Generated code is too large") \ |
V(kGeneratorFailedToResume, "Generator failed to resume") \ |
V(kGenerator, "Generator") \ |