diff options
Diffstat (limited to 'deps/v8/src/codegen/bailout-reason.h')
-rw-r--r-- | deps/v8/src/codegen/bailout-reason.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/codegen/bailout-reason.h b/deps/v8/src/codegen/bailout-reason.h index c26ae026f5..57bbbca723 100644 --- a/deps/v8/src/codegen/bailout-reason.h +++ b/deps/v8/src/codegen/bailout-reason.h @@ -21,6 +21,7 @@ namespace internal { V(kExpectedOptimizationSentinel, \ "Expected optimized code cell or optimization sentinel") \ V(kExpectedUndefinedOrCell, "Expected undefined or cell in register") \ + V(kExpectedFeedbackVector, "Expected feedback vector") \ V(kFunctionDataShouldBeBytecodeArrayOnInterpreterEntry, \ "The function_data field should be a BytecodeArray on interpreter entry") \ V(kInputStringTooLong, "Input string too long") \ |