Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 2d08dc8e79ee7faa8435a687722711107d384adc..948ea342bce660e12c8e14067b4b305188317560 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -657,6 +657,7 @@ class FunctionState { |
class HGraphBuilder: public AstVisitor { |
public: |
enum BreakType { BREAK, CONTINUE }; |
+ enum SwitchType { UNKNOWN_SWITCH, SMI_SWITCH, STRING_SWITCH }; |
// A class encapsulating (lazily-allocated) break and continue blocks for |
// a breakable statement. Separated from BreakAndContinueScope so that it |