Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index a4f77936b65c30723251b75f5fa95359e0ef324c..02c3ddd45a7ced8172ef5e5edb541f08121d821f 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -583,6 +583,7 @@ class OptimizedCompileJob: public ZoneObject { |
// of the source code or deferred for lazy compilation at a later point. |
class Compiler : public AllStatic { |
public: |
+ enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; |
enum ConcurrencyMode { NOT_CONCURRENT, CONCURRENT }; |
// =========================================================================== |