| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 96943a03ce7ddac9e288e009ea9e44728d35d8a5..dc371f4bc59d625a8be0a4b699512823fa0485e4 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -231,6 +231,7 @@ namespace internal {
|
| "Unexpected initial map for InternalArray function") \
|
| V(kUnexpectedLevelAfterReturnFromApiCall, \
|
| "Unexpected level after return from api call") \
|
| + V(kUnexpectedMap, "Unexpected map on object") \
|
| V(kUnexpectedNegativeValue, "Unexpected negative value") \
|
| V(kUnexpectedFunctionIDForInvokeIntrinsic, \
|
| "Unexpected runtime function id for the InvokeIntrinsic bytecode") \
|
|
|