| Index: src/bailout-reason.h
|
| diff --git a/src/bailout-reason.h b/src/bailout-reason.h
|
| index fd6aabc9f7a63eb05e77fd7719466fad83da7677..403a1b41856a4967378a5fc2d4abc2968781c0db 100644
|
| --- a/src/bailout-reason.h
|
| +++ b/src/bailout-reason.h
|
| @@ -116,19 +116,8 @@ namespace internal {
|
| "Improper object on prototype chain for store") \
|
| V(kIndexIsNegative, "Index is negative") \
|
| V(kIndexIsTooLarge, "Index is too large") \
|
| - V(kInlinedRuntimeFunctionClassOf, "Inlined runtime function: ClassOf") \
|
| - V(kInlinedRuntimeFunctionFastOneByteArrayJoin, \
|
| - "Inlined runtime function: FastOneByteArrayJoin") \
|
| - V(kInlinedRuntimeFunctionGeneratorNext, \
|
| - "Inlined runtime function: GeneratorNext") \
|
| - V(kInlinedRuntimeFunctionGeneratorThrow, \
|
| - "Inlined runtime function: GeneratorThrow") \
|
| V(kInlinedRuntimeFunctionGetFromCache, \
|
| "Inlined runtime function: GetFromCache") \
|
| - V(kInlinedRuntimeFunctionIsNonNegativeSmi, \
|
| - "Inlined runtime function: IsNonNegativeSmi") \
|
| - V(kInlinedRuntimeFunctionIsStringWrapperSafeForDefaultValueOf, \
|
| - "Inlined runtime function: IsStringWrapperSafeForDefaultValueOf") \
|
| V(kInliningBailedOut, "Inlining bailed out") \
|
| V(kInputGPRIsExpectedToHaveUpper32Cleared, \
|
| "Input GPR is expected to have upper32 cleared") \
|
|
|