| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index 0d0e37ffac38745f44dbccacff54899bf40d8939..96ac7335cfa86f51eb3e41905d4accbfeb7127d2 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -86,9 +86,6 @@ namespace internal {
|
| CODE_STUB_LIST_ALL_PLATFORMS(V) \
|
| CODE_STUB_LIST_ARM(V)
|
|
|
| -// Types of uncatchable exceptions.
|
| -enum UncatchableExceptionType { OUT_OF_MEMORY, TERMINATION };
|
| -
|
| // Mode to overwrite BinaryExpression values.
|
| enum OverwriteMode { NO_OVERWRITE, OVERWRITE_LEFT, OVERWRITE_RIGHT };
|
| enum UnaryOverwriteMode { UNARY_OVERWRITE, UNARY_NO_OVERWRITE };
|
|
|