| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index 23af63e42a4230d5dc08fecf40228cec0eb8c47d..f37c5d85b27afb4dbcf889296b617b0acc8841ae 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -257,6 +257,8 @@ namespace internal {
|
| V(kUnsupportedSwitchStatement, "Unsupported switch statement") \
|
| V(kUnsupportedTaggedImmediate, "Unsupported tagged immediate") \
|
| V(kUnstableConstantTypeHeapObject, "Unstable constant-type heap object") \
|
| + V(kUnsupportedSmiHandler, \
|
| + "Unsupported handler smi encoding in propery load handler") \
|
| V(kVariableResolvedToWithContext, "Variable resolved to with context") \
|
| V(kWithStatement, "WithStatement") \
|
| V(kWrongFunctionContext, "Wrong context passed to function") \
|
|
|