| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index 06cffed4912699cd8ac0f7104d63d4d4aba09266..224c2971d2de31f0913a9b1e01dd391c38f3668c 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -74,7 +74,8 @@ namespace internal {
|
| V(GetProperty) \
|
| V(SetProperty) \
|
| V(InvokeBuiltin) \
|
| - V(RegExpCEntry)
|
| + V(RegExpCEntry) \
|
| + V(DirectCEntry)
|
| #else
|
| #define CODE_STUB_LIST_ARM(V)
|
| #endif
|
| @@ -84,9 +85,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 };
|
|
|