| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 68756789ef886bb531021592e7e1bc276a5ad1b1..dc6b242df618481c9de8cd725365f0aa88eaad58 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -229,6 +229,8 @@ namespace internal {
|
| V(kUnexpectedNegativeValue, "Unexpected negative value") \
|
| V(kUnexpectedNumberOfPreAllocatedPropertyFields, \
|
| "Unexpected number of pre-allocated property fields") \
|
| + V(kUnexpectedFunctionIDForInvokeIntrinsic, \
|
| + "Unexpected runtime function id for the InvokeIntrinsic bytecode") \
|
| V(kUnexpectedFPCRMode, "Unexpected FPCR mode.") \
|
| V(kUnexpectedSmi, "Unexpected smi value") \
|
| V(kUnexpectedStackDepth, "Unexpected operand stack depth in full-codegen") \
|
|
|