Index: src/macro-assembler.h |
diff --git a/src/macro-assembler.h b/src/macro-assembler.h |
index d261f57da72b68a862094cd85eb92c014f3dbc0f..30838bd76137f0b7f3c12cfb73c3426a15c4c6c8 100644 |
--- a/src/macro-assembler.h |
+++ b/src/macro-assembler.h |
@@ -50,6 +50,13 @@ enum HandlerType { |
}; |
+// Types of uncatchable exceptions. |
+enum UncatchableExceptionType { |
+ OUT_OF_MEMORY, |
+ TERMINATION |
+}; |
+ |
+ |
// Invalid depth in prototype chain. |
const int kInvalidProtoDepth = -1; |